From b59d6d5cbf521d6f6557a29dfd5589c51ae73789 Mon Sep 17 00:00:00 2001
From: Waylan Limberg asdfasdfadsfasd yuri@freewisdom.org or you can say
-instead yuri@freewisdom.org
Backslashed in links:
- \ No newline at end of file + +a \non-escaped char.
\ No newline at end of file diff --git a/tests/misc/escaped_links.txt b/tests/misc/escaped_links.txt index 25d5e3f..c64ab26 100644 --- a/tests/misc/escaped_links.txt +++ b/tests/misc/escaped_links.txt @@ -5,3 +5,5 @@ Backslashed in links: [q=go:GO\\:0000308][foo] [foo]: /query?q=go:GO\:0000308 "/query?q=go:GO\:0000308" + +a \non-escaped char. \ No newline at end of file diff --git a/tests/misc/image.html b/tests/misc/image.html index 16be2d5..aa24cef 100644 --- a/tests/misc/image.html +++ b/tests/misc/image.html @@ -1 +1,3 @@ - \ No newline at end of file + + + \ No newline at end of file diff --git a/tests/misc/image.txt b/tests/misc/image.txt index 5553bd4..41a8cf7 100644 --- a/tests/misc/image.txt +++ b/tests/misc/image.txt @@ -1,2 +1,8 @@ ![Poster](http://humane_man.jpg "The most humane man.") + +![Poster][] + +[Poster]:http://humane_man.jpg "The most humane man." + +![Blank]() \ No newline at end of file diff --git a/tests/options/no-smart-emphasis.html b/tests/options/no-smart-emphasis.html new file mode 100644 index 0000000..c4f1381 --- /dev/null +++ b/tests/options/no-smart-emphasis.html @@ -0,0 +1 @@ +connectedwords_
\ No newline at end of file diff --git a/tests/options/no-smart-emphasis.txt b/tests/options/no-smart-emphasis.txt new file mode 100644 index 0000000..cf500b5 --- /dev/null +++ b/tests/options/no-smart-emphasis.txt @@ -0,0 +1 @@ +_connected_words_ \ No newline at end of file diff --git a/tests/options/test.cfg b/tests/options/test.cfg index eb8b853..2e14f1f 100644 --- a/tests/options/test.cfg +++ b/tests/options/test.cfg @@ -6,3 +6,6 @@ html4: no-attributes: enable_attributes: False + +no-smart-emphasis: + smart_emphasis: False \ No newline at end of file -- cgit v1.2.3