Renderer¶
Backlinks¶
- CAN will use marked to process markdown input
- Because marked also has a HTML renderer for its AST, I can also start with a way to export HTML from the notebook manager. A markdown renderer will still need to be written.
- marked provides a lexer, parser, and renderer for markdown