diff options
author | Mike Dirolf <mike@dirolf.com> | 2012-01-12 23:20:45 -0500 |
---|---|---|
committer | Mike Dirolf <mike@dirolf.com> | 2012-01-12 23:20:45 -0500 |
commit | 425fde141f17973aea0a3a85e44632fe18737996 (patch) | |
tree | 68dbb0f1ac105795fe7971115eb31a50a21a9404 /tests/html4_safe/test.cfg | |
parent | 4c7c189ae3d32f0cc947c78c1b116539b2ca0bf6 (diff) | |
download | markdown-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/test.cfg')
-rw-r--r-- | tests/html4_safe/test.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/html4_safe/test.cfg b/tests/html4_safe/test.cfg new file mode 100644 index 0000000..66f7bf0 --- /dev/null +++ b/tests/html4_safe/test.cfg @@ -0,0 +1,3 @@ +[DEFAULT] +output_format=html4 +safe_mode=escape |