Hello world.
iex> Paredown.LineParser.to_html("This is some **bold** and *italicized* text") {:safe, "This is some <strong>bold</strong> and <em>italicized</em> text"}