Module markdown_it::plugins::cmark

source ·
Expand description

Basic markdown syntax, you probably want to add this.

This is full implementation of CommonMark standard (with the exception of HTML inlines/blocks which are moved to separate plugin for security reasons).

cmark::add function adds all features at once. If you only want to enable some of it (e.g. disable images), you can add each syntax one by one by invoking add function of the respective module.

Modules

  • Block-level CommonMark structures.
  • Inline-level CommonMark structures.

Functions