1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
simple [URL]()
simple [URL](something.html)
simple [URL *with* formatting](something.html)
simple [URL with single quoted title](something.html 'a t"itle')
simple [URL with double quoted title](something.html "a t'itle")
simple [URL \[with \] escaped](something.html)
simple [URL with \] escaped](something.html)
simple [URL [with] nested](something.html)
simple [URL with [no](link.html) inside](something.html)
simple [URL with parens](/something/to(do))
simple [URL with parens](/something/to(do "doit")
simple [URL broken
on line](something.html
"title")
simple [URL with spaces](with spaces.html)
simple [URL with spaces](with spaces.html 'title')
simple [URL with spaces](with (spaces).html)
simple [leading/trailing spaces]( spaces.html)
simple [leading/trailing spaces](spaces.html )
simple [leading/trailing spaces]( spaces.html )
bad [URL [not](something.html)
bad [URL with parens](something(new.html)
bad [URL with empty title](something.html '')
bad [URL](
bad [URL](no
|