A Lightweight Version of R Markdown
Parse R Markdown or R scripts
Language engines
Fuse multiple R Markdown documents to a single output file
The fuse() environment
Fuse R Markdown documents individually under a directory
Get the fuse() context
Output formats in YAML metadata
A lightweight version of R Markdown
Render Markdown, R Markdown, and R scripts
Markdown rendering options
Print the package description, news, citation, manual pages, and sourc...
Mark a character vector as raw output
Get and set chunk options
Preview Markdown and R Markdown files
Convert some ASCII strings to HTML entities
Get the timing data of code chunks and text blocks in a document
Add CSS/JS assets to HTML output
Render R Markdown to Markdown (without using 'knitr'), and Markdown to lightweight HTML or 'LaTeX' documents with the 'commonmark' package (instead of 'Pandoc'). Some missing Markdown features in 'commonmark' are also supported, such as raw HTML or 'LaTeX' blocks, 'LaTeX' math, superscripts, subscripts, footnotes, element attributes, and appendices, but not all 'Pandoc' Markdown features are (or will be) supported. With additional JavaScript and CSS, you can also create HTML slides and articles. This package can be viewed as a trimmed-down version of R Markdown and 'knitr'. It does not aim at rich Markdown features or a large variety of output formats (the primary formats are HTML and 'LaTeX'). Book and website projects of multiple input documents are also supported.