Learn R Programming

commonmark (version 1.9.2)

High Performance CommonMark and Github Markdown Rendering in R

Description

The CommonMark specification defines a rationalized version of markdown syntax. This package uses the 'cmark' reference implementation for converting markdown text into various formats including html, latex and groff man. In addition it exposes the markdown parse tree in xml format. Also includes opt-in support for GFM extensions including tables, autolinks, and strikethrough text.

Copy Link

Version

Install

install.packages('commonmark')

Monthly Downloads

468,461

Version

1.9.2

License

BSD_2_clause + file LICENSE

Maintainer

Last Published

October 4th, 2024

Functions in commonmark (1.9.2)

commonmark

Parse and render markdown text
extensions

Github CommonMark Extensions