mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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,
|
For Markdown, include the language identifier just above the code block,
|
||||||
indenting both the identifier and code::
|
indenting both the identifier and code::
|
||||||
|
|
||||||
|
A block of text.
|
||||||
|
|
||||||
:::identifier
|
:::identifier
|
||||||
<code goes here>
|
<code goes here>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue