rundown v0.1.7 Rundown View Source

Convert Markdown to safe HTML.

Link to this section Summary

Functions

Convert Markdown to safe HTML

Link to this section Functions

Convert Markdown to safe HTML.

Examples

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