diff options
author | Waylan Limberg <waylan@gmail.com> | 2012-04-17 06:36:33 -0700 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2012-04-17 06:36:33 -0700 |
commit | 4d2b83bfa01f218ae10cc20044c9636110a9baf2 (patch) | |
tree | b2eaf1d92fbe29d5c4414eac79744ee38af59a58 /tests/misc/no-attributes.html | |
parent | 81a25ffbe1f11377ccb76e3085059805972ab8a5 (diff) | |
parent | 30b7ad6c10b1512eb2622baef3ff48ef82220081 (diff) | |
download | markdown-4d2b83bfa01f218ae10cc20044c9636110a9baf2.tar.gz markdown-4d2b83bfa01f218ae10cc20044c9636110a9baf2.tar.bz2 markdown-4d2b83bfa01f218ae10cc20044c9636110a9baf2.zip |
Merge pull request #95 from cataliniacob/master
Attempted fix for issue 87
Diffstat (limited to 'tests/misc/no-attributes.html')
-rw-r--r-- | tests/misc/no-attributes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/misc/no-attributes.html b/tests/misc/no-attributes.html new file mode 100644 index 0000000..a72e888 --- /dev/null +++ b/tests/misc/no-attributes.html @@ -0,0 +1,2 @@ +<p>Regression <em>test</em> for issue 87</p> +<p>It's run with enable_attributes=False so this {@id=explanation} should not become an attribute</p>
\ No newline at end of file |