mirror of
https://github.com/danbulant/markdown-wasm
synced 2026-05-23 06:18:57 +00:00
23 lines
730 B
Markdown
Executable file
23 lines
730 B
Markdown
Executable file
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]()
|
|

|
|

|
|
|
|
[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]((((((((((()))))))))) (((((((((()))))))))))
|