commonmark (version 1.4)

extensions: Github CommonMark Extensions

Description

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

Usage

list_extensions()

Arguments

Details

Currently the following extensions are supported:

  • table support rendering of tables

  • strikethough via ~sometext~ syntax

  • autolink automatically turn URLs into hyperlinks

  • tagfilter blacklist html tags: title textarea style xmp iframe noembed noframes script plaintext.

See also the spec for GitHub Flavored Markdown.

Examples

Run this code
# NOT RUN {
print(list_extensions())
# }

Run the code above in your browser using DataCamp Workspace