mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Add page for previewing RST admonitions
This commit is contained in:
parent
e166a2c5e5
commit
1330f38ede
2 changed files with 38 additions and 1 deletions
37
content/admonitions.rst
Normal file
37
content/admonitions.rst
Normal file
|
|
@ -0,0 +1,37 @@
|
||||||
|
Testing RST admonitions
|
||||||
|
#######################
|
||||||
|
|
||||||
|
:date: 1999-01-01
|
||||||
|
:tags: rst, admonitions, markup
|
||||||
|
:authors: Vitaly Potyarkin
|
||||||
|
|
||||||
|
Discussion: https://github.com/nairobilug/pelican-alchemy/pull/88
|
||||||
|
|
||||||
|
Spec: https://docutils.sourceforge.io/docs/ref/rst/directives.html#admonitions
|
||||||
|
|
||||||
|
.. DANGER::
|
||||||
|
Beware killer rabbits!
|
||||||
|
|
||||||
|
.. note:: This is a note admonition.
|
||||||
|
This is the second line of the first paragraph.
|
||||||
|
|
||||||
|
.. important:: This is a important admonition.
|
||||||
|
This is the second line of the first paragraph.
|
||||||
|
|
||||||
|
.. warning:: This is a warning admonition.
|
||||||
|
This is the second line of the first paragraph.
|
||||||
|
|
||||||
|
.. attention:: This is a attention admonition.
|
||||||
|
This is the second line of the first paragraph.
|
||||||
|
|
||||||
|
.. caution:: This is a caution admonition.
|
||||||
|
This is the second line of the first paragraph.
|
||||||
|
|
||||||
|
.. error:: This is a error admonition.
|
||||||
|
This is the second line of the first paragraph.
|
||||||
|
|
||||||
|
.. hint:: This is a hint admonition.
|
||||||
|
This is the second line of the first paragraph.
|
||||||
|
|
||||||
|
.. tip:: This is a tip admonition.
|
||||||
|
This is the second line of the first paragraph.
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit a25b97836d310e59d09092c3022c5dac25f328cf
|
Subproject commit fd70e764b4ee100b4c3fa961336af32a3b88f20a
|
||||||
Loading…
Add table
Add a link
Reference in a new issue