paredown v0.1.1 Paredown.LineParser View Source

Link to this section Summary

Link to this section Functions

Link to this function

to_html(input, options \\ [])

View Source

Hello world.

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"}