diff options
author | Waylan Limberg <waylan@gmail.com> | 2014-07-10 23:37:36 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2014-07-10 23:37:36 -0400 |
commit | 4cc7453f243819ce04bfca4645fa629e4367af78 (patch) | |
tree | 2a4f5195f234147b625404032297417db1d7d9d6 /tests | |
parent | fb7bd2176e361025efbd96aa5e0b5a4fa0cc6305 (diff) | |
download | markdown-4cc7453f243819ce04bfca4645fa629e4367af78.tar.gz markdown-4cc7453f243819ce04bfca4645fa629e4367af78.tar.bz2 markdown-4cc7453f243819ce04bfca4645fa629e4367af78.zip |
100% test coverage of admonitions
Diffstat (limited to 'tests')
-rw-r--r-- | tests/extensions/admonition.html | 1 | ||||
-rw-r--r-- | tests/extensions/admonition.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/extensions/admonition.html b/tests/extensions/admonition.html index 437cac6..c900757 100644 --- a/tests/extensions/admonition.html +++ b/tests/extensions/admonition.html @@ -20,6 +20,7 @@ <p class="admonition-title">Did you know?</p> <p>You can customize the title of the admonition</p> </div> +<p>Not part of an Admonition!</p> <div class="admonition mycustomcssclass"> <p class="admonition-title">And now...</p> <p>For something completely different.</p> diff --git a/tests/extensions/admonition.txt b/tests/extensions/admonition.txt index b6c815c..d24336b 100644 --- a/tests/extensions/admonition.txt +++ b/tests/extensions/admonition.txt @@ -18,6 +18,7 @@ More text and stuff. !!! Note "Did you know?" You can customize the title of the admonition +Not part of an Admonition! !!! mycustomcssclass "And now..." For something completely different. |