Back to index

CL-Markdown

Foo bar.

Foo bar.

Markdown

Foo bar.

Foo bar.

HTML Difference

Insert: 2, Delete: 0, Replace 0

Foo bar.

Foo bar.

HTML from CL Markdown

<p>
Foo <a href="/url/" title="Title with ">
bar</a>
.</p>

<p>
Foo <a href="/url/" title="Title with ">
bar</a>
.</p>

Original source

Foo [bar][].

Foo [bar](/url/ "Title with "quotes" inside").


  [bar]: /url/ "Title with "quotes" inside"