diff options
author | Dmitry Shachnev <mitya57@gmail.com> | 2013-07-27 16:21:00 +0400 |
---|---|---|
committer | Dmitry Shachnev <mitya57@gmail.com> | 2013-07-27 16:21:00 +0400 |
commit | 85ad18071d61925168387934e4e6f9f82462c292 (patch) | |
tree | 891a890d8de8452298bb18a8e4703c1940567947 /tests/extensions/smarty.html | |
parent | c00f686313d656fb87842cf69541f09dce520dfa (diff) | |
download | markdown-85ad18071d61925168387934e4e6f9f82462c292.tar.gz markdown-85ad18071d61925168387934e4e6f9f82462c292.tar.bz2 markdown-85ad18071d61925168387934e4e6f9f82462c292.zip |
Some fixes requested by @waylan, cleanup and tests improvements
Diffstat (limited to 'tests/extensions/smarty.html')
-rw-r--r-- | tests/extensions/smarty.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/extensions/smarty.html b/tests/extensions/smarty.html index 2485ab7..fbd15af 100644 --- a/tests/extensions/smarty.html +++ b/tests/extensions/smarty.html @@ -7,10 +7,14 @@ one two ‘60s<br /> ‘60s</p> <p>“Isn’t this fun”? — she said…<br /> “‘Quoted’ words in a larger quote.”<br /> +‘Quoted “words” in a larger quote.’<br /> “quoted” text and <strong>bold “quoted” text</strong><br /> ‘quoted’ text and <strong>bold ‘quoted’ text</strong><br /> em-dashes (—) and ellipes (…)<br /> “<a href="http://example.com">Link</a>” — she said.</p> <hr /> <p>Escaped -- ndash<br /> -Escaped ellipsis...</p>
\ No newline at end of file +'Escaped' "quotes"<br /> +Escaped ellipsis...</p> +<p>‘Escaped "quotes" in real ones’<br /> +'“Real” quotes in escaped ones'</p>
\ No newline at end of file |