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
@ -8,4 +8,5 @@
|
|||||||
<p><a href="file://example.com">link</a></p>
|
<p><a href="file://example.com">link</a></p>
|
||||||
<p><a href="file://www.example.com">link</a></p>
|
<p><a href="file://www.example.com">link</a></p>
|
||||||
<p><a href="example.jpg">link</a></p>
|
<p><a href="example.jpg">link</a></p>
|
||||||
<p><a href="example.io">link</a></p>
|
<p><a href="example.io">link</a></p>
|
||||||
|
<p><a href="http://baidu.com" title="百度">百度</a></p>
|
@ -18,4 +18,6 @@
|
|||||||
|
|
||||||
[link](example.jpg)
|
[link](example.jpg)
|
||||||
|
|
||||||
[link](example.io)
|
[link](example.io)
|
||||||
|
|
||||||
|
[百度](http://baidu.com "百度")
|
Loading…
x
Reference in New Issue
Block a user