Enhanced wording for editable code blocks docs

This commit is contained in:
Jonas Fassbender
2025-03-03 17:21:34 +01:00
parent 19146c403e
commit 0c6439faad

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