diff options
| -rw-r--r-- | TODO | 2 | ||||
| -rw-r--r-- | spec.txt | 12 | 
2 files changed, 13 insertions, 1 deletions
| @@ -1 +1 @@ -- give example of URL not in <> that is not linkified + @@ -5513,6 +5513,18 @@ These are not autolinks:  <p><localhost:5001/foo></p>  . +. +http://google.com +. +<p>http://google.com</p> +. + +. +foo@bar.baz.com +. +<p>foo@bar.baz.com</p> +. +  ## Raw HTML  Text between `<` and `>` that looks like an HTML tag is parsed as a | 
