Merge pull request #2563 from jofas/patch-1

Enhanced wording for editable code blocks docs
This commit is contained in:
Eric Huss 2025-03-03 18:41:44 +00:00 committed by GitHub
commit ace2abff34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,8 +9,8 @@ be added to the ***book.toml***:
editable = true
```
To make a specific block available for editing, the attribute `editable` needs
to be added to it:
After enabling editable code blocks, the `editable` attribute must be added to a
code block to make it editable:
~~~markdown
```rust,editable