Markdown
Markdown parsing and HTML generation from Markdown content. Packages among the 3,000 most downloaded in the past 90 days.
-
-
earmark 1.5.0-pre1
Earmark is a pure-Elixir Markdown converter. It is intended to be used as a library (just call Earmark.as_html), but can also be used as a command-line tool (run mix escript.build first). Output generation is pluggable.
-
-
mdex 0.8.1
A CommonMark-compliant fast and extensible Markdown parser and formatter.
-
cmark 0.10.0
Elixir NIF for cmark (C), a parser library following the CommonMark spec, a compatible implementation of Markdown.
-
earmark_reversal 0.1.0
Convert an Earmark AST back to Markdown. Extracted from the Livebook project.