summaryrefslogtreecommitdiff
path: root/tests/writer.markdown
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-06 20:47:00 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-06 20:47:00 +0000
commit233148f9638f637871391cbed239068aeddb6cca (patch)
treebda8ced5e165d64c9c69e361718c13282514bf94 /tests/writer.markdown
parent58dcef062556067b753892c8020d7f8c4e0bed0c (diff)
Fixed bug in Markdown reader's handling of underscores and other
inline formatting markers inside reference labels: for example, in '[A_B]: /url/a_b', the material between underscores was being parsed as emphasized inlines. git-svn-id: https://pandoc.googlecode.com/svn/trunk@442 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/writer.markdown')
-rw-r--r--tests/writer.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/writer.markdown b/tests/writer.markdown
index 7d4d68f22..42bab4664 100644
--- a/tests/writer.markdown
+++ b/tests/writer.markdown
@@ -514,6 +514,8 @@ Just a [URL](/url/).
[URL and title](/url/ "title with single quotes")
+[with\_underscore](/url/with_underscore)
+
[Email link](mailto:nobody@nowhere.net)
[Empty]().