diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2015-06-20 17:39:06 -0400 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2015-06-20 17:39:06 -0400 |
commit | 904d4e6d9c8910c3feca52c82382486d51505a3b (patch) | |
tree | c5a488e7e58ce7461a39a8837b576942257a7f27 /tests/extensions/smarty.html | |
parent | f3a8cb947eaf7318990f3d27e963bdd2787b4196 (diff) | |
parent | 644e32c2b130f29cb16e154b1e0c281575c10427 (diff) | |
download | markdown-904d4e6d9c8910c3feca52c82382486d51505a3b.tar.gz markdown-904d4e6d9c8910c3feca52c82382486d51505a3b.tar.bz2 markdown-904d4e6d9c8910c3feca52c82382486d51505a3b.zip |
Merge pull request #419 from mitya57/master
Use a different approach to fix the smarty bug
Diffstat (limited to 'tests/extensions/smarty.html')
-rw-r--r-- | tests/extensions/smarty.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extensions/smarty.html b/tests/extensions/smarty.html index a4ec1a0..50cf774 100644 --- a/tests/extensions/smarty.html +++ b/tests/extensions/smarty.html @@ -24,7 +24,7 @@ Anführungszeichen-»Chevrons«</p> Escaped ellipsis...</p> <p>‘Escaped "quotes" in real ones’<br /> '“Real” quotes in escaped ones'</p> -<p>Skip <code>"code" -- --- 'spans' ...</code>.</p> +<p>Skip <code><<all>> "code" -- --- 'spans' ...</code>.</p> <pre><code>Also skip "code" 'blocks' foo -- bar --- baz ... </code></pre>
\ No newline at end of file |