Merge pull request #2563 from jofas/patch-1
Enhanced wording for editable code blocks docs
This commit is contained in:
commit
ace2abff34
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue