Markdown is one of the most used formats for writing content. Tipograph should have support for it. The parser should follow commonmark spec, and possibly be extended with some widely used extensions.
There is a very basic parser in scripts/readme.js file in this repository, but I think it is not a good place to start.
Markdown is one of the most used formats for writing content. Tipograph should have support for it. The parser should follow commonmark spec, and possibly be extended with some widely used extensions.
There is a very basic parser in
scripts/readme.jsfile in this repository, but I think it is not a good place to start.