marked provides a lexer, parser, and renderer for markdown¶ The marked library provides a raw -> token[] function (lexer), a token[] -> ast function (parser) and an ast -> html function (renderer). Backlinks¶ CAN will use marked to process markdown input Marked provides CAN with the flexibility to use its AST in early development while exposing a stand-alone lexer if the parser needs replacing in the future (marked provides a lexer, parser, and renderer for markdown).