Convert Markdown to safe HTML.
Convert Markdown to safe HTML
iex> Rundown.convert("https://github.com/notriddle/rundown/", "test [link](.)") {:ok, "<p>test <a href=\"https://github.com/notriddle/rundown/\" rel=\"noopener noreferrer\">link</a></p>\n"}