forked from github/pelican
Make it obvious in the docs that you need to indent the identifier as well
This commit is contained in:
parent
324c7c3674
commit
b349bdd80f
1 changed files with 2 additions and 0 deletions
|
|
@ -281,6 +281,8 @@ For RestructuredText, use the code-block directive::
|
|||
For Markdown, include the language identifier just above the code block,
|
||||
indenting both the identifier and code::
|
||||
|
||||
A block of text.
|
||||
|
||||
:::identifier
|
||||
<code goes here>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue