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