mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Add new test file from Ruby implementation.
This commit is contained in:
parent
24c33df174
commit
7b01fc5fbf
1 changed files with 8 additions and 0 deletions
8
test/fix_102_extra_nodes_in_link_text.md
Normal file
8
test/fix_102_extra_nodes_in_link_text.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
[test _test_ test](www.test.com)
|
||||
[test `test` test](www.test.com)
|
||||
[test *test* test](www.test.com)
|
||||
[test *test* *test* test](www.test.com)
|
||||
[test *test* *test* *test* test](www.test.com)
|
||||
[test **test** test](www.test.com)
|
||||
[test __test__ test](www.test.com)
|
||||
[this should not raise](www.shouldnotraise.com)
|
Loading…
Add table
Add a link
Reference in a new issue