Current section
Files
Jump to
Current section
Files
src/erlmd.app.src
{application,erlmd,
[{description,"Erlang Markdown parser with HTML and AST output (erlmarkdown fork)"},
{vsn,"1.2.1"},
{applications,[kernel,stdlib]},
{links,[{"GitHub","https://github.com/erlsci/erlmd"},
{"Hex","https://hex.pm/packages/erlmd"}]},
{licenses,["BSD-2-Clause"]},
{exclude_paths,["priv"]}]}.