diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-04-17 22:42:21 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-04-17 22:42:21 -0700 |
commit | 9a809d4d01f1a9cba4401e98d95cccf8a0ec7e75 (patch) | |
tree | ef09a4a428fb512e7df44142fd56892496f63fdd /test/writer.markdown | |
parent | 0d2b8e3fe1d6a27aac082be7711b7156783b3051 (diff) | |
download | pandoc-9a809d4d01f1a9cba4401e98d95cccf8a0ec7e75.tar.gz |
Markdown writer: avoid unnecessary escapes before intraword `_`
when `intraword_underscores` extension is enabled.
Closes #6296.
Diffstat (limited to 'test/writer.markdown')
-rw-r--r-- | test/writer.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/writer.markdown b/test/writer.markdown index 7393ee18e..ec867fa47 100644 --- a/test/writer.markdown +++ b/test/writer.markdown @@ -683,7 +683,7 @@ Just a [URL](/url/). [URL and title](/url/ "title with single quotes") -[with\_underscore](/url/with_underscore) +[with_underscore](/url/with_underscore) [Email link](mailto:nobody@nowhere.net) |