We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19146c4 + 0c6439f commit ace2abfCopy full SHA for ace2abf
guide/src/format/theme/editor.md
@@ -9,8 +9,8 @@ be added to the ***book.toml***:
9
editable = true
10
```
11
12
-To make a specific block available for editing, the attribute `editable` needs
13
-to be added to it:
+After enabling editable code blocks, the `editable` attribute must be added to a
+code block to make it editable:
14
15
~~~markdown
16
```rust,editable
0 commit comments