Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed
https://markdown-it.github.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
730 B
24 lines
730 B
10 years ago
|
Valid links:
|
||
|
|
||
|
[this is a link]()
|
||
|
[this is a link](<http://something.example.com/foo/bar>)
|
||
|
[this is a link](http://something.example.com/foo/bar 'test')
|
||
|
![this is an image]()
|
||
|
![this is an image](<http://something.example.com/foo/bar>)
|
||
|
![this is an image](http://something.example.com/foo/bar 'test')
|
||
|
|
||
|
[escape test](<\>\>\>\>\>\>\>\>\>\>\>\>\>\>> '\'\'\'\'\'\'\'\'\'\'\'\'\'\'')
|
||
|
[escape test \]\]\]\]\]\]\]\]\]\]\]\]\]\]\]\]](\)\)\)\)\)\)\)\)\)\)\)\)\)\))
|
||
|
|
||
|
Invalid links:
|
||
|
|
||
|
[this is not a link
|
||
|
|
||
|
[this is not a link](
|
||
|
|
||
|
[this is not a link](http://something.example.com/foo/bar 'test'
|
||
|
|
||
|
[this is not a link](((((((((((((((((((((((((((((((((((((((((((((((
|
||
|
|
||
|
[this is not a link]((((((((((()))))))))) (((((((((()))))))))))
|