marked/test/new/autolink_lines.html
Christopher Jeffrey 05dc64b9da Avoid creating two paragraphs on autolink. Fixes #63.
This has implications for XML namespaced elements, which were
originally always treated as block elements by the top-level paragraph
rule. As a side-effect of this commit, they are now always considered
inline.
2012-07-13 11:29:05 -05:00

4 lines
72 B
HTML

<p>hello world
<a href="http://example.com">http://example.com</a>
</p>