mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
fa35fd5e7e
Closes #354
7 lines
446 B
HTML
7 lines
446 B
HTML
<p>url <a href="http://www.google.com">http://www.google.com</a>.</p>
|
|
<p>url <a href="http://www.google.com">http://www.google.com</a>!</p>
|
|
<p>url <a href="http://www.google.com">http://www.google.com</a>? foo</p>
|
|
<p>url (<a href="http://www.google.com">http://www.google.com</a>) bazinga</p>
|
|
<p>url [<a href="http://www.google.com">http://www.google.com</a>] bazinga</p>
|
|
<p>url <a href="http://www.google.com">http://www.google.com</a>, bar</p>
|