diff options
author | Tiago Serafim <tserafim@gmail.com> | 2012-09-02 20:12:53 -0300 |
---|---|---|
committer | Tiago Serafim <tserafim@gmail.com> | 2012-09-02 20:12:53 -0300 |
commit | 83382bcefb246f1169b0d01375fcd86cd05b031e (patch) | |
tree | 0c58778e87702449f400cedd38e4de130d1a25d5 /tests/extensions/admonition.txt | |
parent | 0794f32333bcf9d15f782899538386242c37921e (diff) | |
download | markdown-83382bcefb246f1169b0d01375fcd86cd05b031e.tar.gz markdown-83382bcefb246f1169b0d01375fcd86cd05b031e.tar.bz2 markdown-83382bcefb246f1169b0d01375fcd86cd05b031e.zip |
Initial version with insufficient tests and no docs.
Diffstat (limited to 'tests/extensions/admonition.txt')
-rw-r--r-- | tests/extensions/admonition.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/extensions/admonition.txt b/tests/extensions/admonition.txt new file mode 100644 index 0000000..e8db239 --- /dev/null +++ b/tests/extensions/admonition.txt @@ -0,0 +1,17 @@ +Some text + +!!! note + A normal paragraph here + + 1. first + 2. second + +More text and stuff. + +!!! note "Did you know?" + You can customize the title of the admonition + +!!! mycustomcssclass "And now..." + For something completely different. + + You can also use a custom CSS class name. |