aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html4_safe/link.html
diff options
context:
space:
mode:
authorMike Dirolf <mike@dirolf.com>2012-01-12 23:20:45 -0500
committerMike Dirolf <mike@dirolf.com>2012-01-12 23:20:45 -0500
commit425fde141f17973aea0a3a85e44632fe18737996 (patch)
tree68dbb0f1ac105795fe7971115eb31a50a21a9404 /tests/html4_safe/link.html
parent4c7c189ae3d32f0cc947c78c1b116539b2ca0bf6 (diff)
downloadmarkdown-425fde141f17973aea0a3a85e44632fe18737996.tar.gz
markdown-425fde141f17973aea0a3a85e44632fe18737996.tar.bz2
markdown-425fde141f17973aea0a3a85e44632fe18737996.zip
attempt at a fix for issue w/ MD links inside of html tagish stuff with safe mode on.
Diffstat (limited to 'tests/html4_safe/link.html')
-rw-r--r--tests/html4_safe/link.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/html4_safe/link.html b/tests/html4_safe/link.html
new file mode 100644
index 0000000..642f4be
--- /dev/null
+++ b/tests/html4_safe/link.html
@@ -0,0 +1 @@
+<p>&lt;here <a href="http://gmail.com">gmail.com</a> is a link&gt;</p> \ No newline at end of file