mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
tests: test case for issue #96
This commit is contained in:
parent
1d149c8806
commit
b49d93480b
3
test/issues/#96.Underscores_in_links.html
Normal file
3
test/issues/#96.Underscores_in_links.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<p>this is a underscore_test <img src="http://myserver.com/my_kitty.jpg" alt="my cat" /></p>
|
||||
|
||||
<p>another <img src="http://myserver.com/my_kitty.jpg" alt="my cat" /> underscore_test bla</p>
|
3
test/issues/#96.Underscores_in_links.md
Normal file
3
test/issues/#96.Underscores_in_links.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
this is a underscore_test ![my cat](http://myserver.com/my_kitty.jpg)
|
||||
|
||||
another ![my cat](http://myserver.com/my_kitty.jpg) underscore_test bla
|
Loading…
Reference in New Issue
Block a user