Current section
Files
Jump to
Current section
Files
src/commonmark.app.src
{application, commonmark, [
{vsn, "0.1.0"},
{applications, [gleam_json,
gleam_stdlib,
simplifile,
startest]},
{description, "CommonMark implementation for Gleam, for the BEAM or JS"},
{modules, [commonmark,
commonmark@ast,
commonmark@internal@html,
commonmark@internal@parser]},
{registered, []}
]}.