Modified the test of a link containing an underscore in
both the label and the URL. The underscore must be backslash-escaped. git-svn-id: https://pandoc.googlecode.com/svn/trunk@730 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
7e1370aa87
commit
c14082cab2
1 changed files with 1 additions and 1 deletions
|
@ -548,7 +548,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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue