Skip to contents

The Github fork of cmark supports several markdown extensions which provide features which are not (yet) in the official commonmark spec.

Usage

list_extensions()

Details

Currently the following extensions are supported:

See the full spec for GitHub Flavored Markdown.

Examples

print(list_extensions())
#> [1] "table"         "strikethrough" "autolink"      "tagfilter"    
#> [5] "tasklist"