diff options
author | Waylan Limberg <waylan@gmail.com> | 2012-12-13 14:05:33 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2012-12-13 14:05:33 -0500 |
commit | a8e06b7cef5c5b0b372b9a0db0f56c4e7094e2bd (patch) | |
tree | 9ecd110c42dedc349b12f0852bf6182025293c20 /tests/extensions/attr_list.html | |
parent | e57b954a1f964ec0635d189c16d130c4e6ba5479 (diff) | |
download | markdown-a8e06b7cef5c5b0b372b9a0db0f56c4e7094e2bd.tar.gz markdown-a8e06b7cef5c5b0b372b9a0db0f56c4e7094e2bd.tar.bz2 markdown-a8e06b7cef5c5b0b372b9a0db0f56c4e7094e2bd.zip |
Fixed #164. attr_list extension attribute names are now sanitized and won't crash the serealizer.
Diffstat (limited to 'tests/extensions/attr_list.html')
-rw-r--r-- | tests/extensions/attr_list.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/extensions/attr_list.html b/tests/extensions/attr_list.html index 1e9c182..f50cd6a 100644 --- a/tests/extensions/attr_list.html +++ b/tests/extensions/attr_list.html @@ -14,4 +14,5 @@ And a <strong class="nest">nested <a class="linky2" href="http://example.com" ti {: #someid .someclass } </code></pre> <h3 id="hash3">No colon for compatability with Headerid ext</h3> -<p id="the_end">Also a codespan: <code class="foo">{: .someclass}</code>.</p>
\ No newline at end of file +<p id="the_end">Also a codespan: <code class="foo">{: .someclass}</code>.</p> +<h3 _:="{:" id="hash5">Bad Syntax</h3>
\ No newline at end of file |