mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
test(issues): add testcase for PR #83
This commit is contained in:
parent
5c81973889
commit
5efb5517a9
5
test/issues/#83.parsed_text_links_with_underscores.html
Normal file
5
test/issues/#83.parsed_text_links_with_underscores.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<p>plain text link http://test.com/this_has/one.html with underscores</p>
|
||||
|
||||
<p>legit·word_with·1·underscore</p>
|
||||
|
||||
<p>a word<em>with</em>2underscores (gets em)</p>
|
5
test/issues/#83.parsed_text_links_with_underscores.md
Normal file
5
test/issues/#83.parsed_text_links_with_underscores.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
plain text link http://test.com/this_has/one.html with underscores
|
||||
|
||||
legit·word_with·1·underscore
|
||||
|
||||
a word_with_2underscores (gets em)
|
Loading…
Reference in New Issue
Block a user