mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
Added test case for #10 -- Seems to be working correctly
This commit is contained in:
parent
3e00e5a2d1
commit
c2e28da129
3
test/cases/inline-escaped-chars.html
Normal file
3
test/cases/inline-escaped-chars.html
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
<p>Hello.this_is_a_variable
|
||||||
|
and.this.is.another_one</p>
|
3
test/cases/inline-escaped-chars.md
Normal file
3
test/cases/inline-escaped-chars.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
Hello.this\_is\_a\_variable
|
||||||
|
and.this.is.another_one
|
Loading…
Reference in New Issue
Block a user