Markdown file parsing

You can import markdown (.md) files onto tagtog.

In particular, we target a subset of CommonMark (spec 0.28) + tagtog-blocks 🧱 (tagtog-flavored styles for code blocks).

Markdown logo

Supported

Only-text actual content is supported; in particular:

Not Supported

The following elements are not interpreted, but parsed as is and escaped. For example, _em_ is visualized on tagtog literally as _em_ (and not as em).

Example

Here is a markdown reference file file to know how it’s parsed and visualized in tagtog.