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.txt | |
| parent | e57b954a1f964ec0635d189c16d130c4e6ba5479 (diff) | |
| download | python-markdown-a8e06b7cef5c5b0b372b9a0db0f56c4e7094e2bd.tar.gz | |
Fixed #164. attr_list extension attribute names are now sanitized and won't crash the serealizer.
Diffstat (limited to 'tests/extensions/attr_list.txt')
| -rw-r--r-- | tests/extensions/attr_list.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/extensions/attr_list.txt b/tests/extensions/attr_list.txt index d7ed274..cd7f398 100644 --- a/tests/extensions/attr_list.txt +++ b/tests/extensions/attr_list.txt @@ -33,3 +33,4 @@ Now test overrides Also a codespan: `{: .someclass}`{: .foo}. {: #the_end} +### Bad Syntax { {: #hash5 } |
