Packages

A simple Elixir Markdown to HTML conversion library.

Current section

Files

Jump to
still_markdown src hoedown test MarkdownTest_1.0.3 Tests Inline HTML (Advanced).html
Raw

src/hoedown/test/MarkdownTest_1.0.3/Tests/Inline HTML (Advanced).html

<p>Simple block on one line:</p>
<div>foo</div>
<p>And nested without indentation:</p>
<div>
<div>
<div>
foo
</div>
<div style=">"/>
</div>
<div>bar</div>
</div>