View Source Paredown.LineParser (paredown v0.1.5)
Link to this section Summary
Functions
Hello world.
Link to this section Functions
Hello world.
examples
Examples
iex> Paredown.LineParser.to_html("This is some **bold** and *italicized* text")
{:safe, "This is some <strong>bold</strong> and <em>italicized</em> text"}