Enhanced wording for editable code blocks docs
This commit is contained in:
parent
19146c403e
commit
0c6439faad
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ be added to the ***book.toml***:
|
||||||
editable = true
|
editable = true
|
||||||
```
|
```
|
||||||
|
|
||||||
To make a specific block available for editing, the attribute `editable` needs
|
After enabling editable code blocks, the `editable` attribute must be added to a
|
||||||
to be added to it:
|
code block to make it editable:
|
||||||
|
|
||||||
~~~markdown
|
~~~markdown
|
||||||
```rust,editable
|
```rust,editable
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue