mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
test(anchor): check other unicode characters
This commit is contained in:
parent
17837832b4
commit
d54a6101b9
@ -9,3 +9,4 @@
|
||||
<p><a href="file://www.example.com">link</a></p>
|
||||
<p><a href="example.jpg">link</a></p>
|
||||
<p><a href="example.io">link</a></p>
|
||||
<p><a href="http://baidu.com" title="百度">百度</a></p>
|
@ -19,3 +19,5 @@
|
||||
[link](example.jpg)
|
||||
|
||||
[link](example.io)
|
||||
|
||||
[百度](http://baidu.com "百度")
|
Loading…
x
Reference in New Issue
Block a user