NEWS.md

rmarkdown 2.25

rmarkdown 2.24

rmarkdown 2.23

rmarkdown 2.22

rmarkdown 2.21

rmarkdown 2.20

rmarkdown 2.19

rmarkdown 2.18

rmarkdown 2.17

rmarkdown 2.16

rmarkdown 2.15

rmarkdown 2.14

rmarkdown 2.13

rmarkdown 2.12

You can specify a math engine via math_method as an engine name, e.g.,

yaml output: html_document: math_method: katex

or provide both a name and a URL (for mathjax, katex and webtex):

yaml output: html_document: math_method: engine: mathjax url: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml-full.js

For math_method = "katex", KaTeX CDN will be inserted in version 0.15.2 by default (from jsdelivr). A custom URL toward another CDN can be passed as url.

For math_method = "webtex", it will default to inset SVG using https://latex.codecogs.com/svg.image?. Use https://latex.codecogs.com/png.image? for PNG. See https://latex.codecogs.com for supported options (dpi, background, ...).

Most HTML output format using html_document() or html_document_base() as based format should benefit from this new feature. See ?rmarkdown::html_document() for details (thanks, @atusy, #1940).

yaml output: html_document: anchor_sections: style: symbol # use symbol style ("hash", "symbol", "icon") depth: 2 # max depth to apply anchor on (default to max which is 6)

Customizing using a CSS rule is still possible. Detailed explanation and examples have been added to the help page ?html_document.

rmarkdown 2.11

rmarkdown 2.10

This fixes a breaking change in Pandoc 2.13 regarding gfm, commonmark and commonmark_x which now supports yaml_metadata_block by default (#2118).

rmarkdown 2.9

rmarkdown 2.8

rmarkdown 2.7

rmarkdown 2.6

yaml output: html_document: pandoc_args: ["--email-obfuscation", "javascript"]

See Pandoc's manual for the meaning of this option.

rmarkdown 2.5

rmarkdown 2.4

rmarkdown 2.3

rmarkdown 2.2

rmarkdown 2.1

rmarkdown 2.0

rmarkdown 1.18

rmarkdown 1.17

rmarkdown 1.16

rmarkdown 1.15

rmarkdown 1.14

rmarkdown 1.13

rmarkdown 1.12

rmarkdown 1.11

rmarkdown 1.10

rmarkdown 1.9

NEW FEATURES

MAJOR CHANGES

BUG FIXES

rmarkdown 1.8

BUG FIXES

rmarkdown 1.7

rmarkdown 1.6

rmarkdown 1.5

rmarkdown 1.4

rmarkdown 1.3

rmarkdown 1.2

rmarkdown 1.1

rmarkdown 1.0

rmarkdown 0.9.6

rmarkdown 0.9.5

rmarkdown 0.9.2

rmarkdown 0.9.1

rmarkdown 0.9

rmarkdown 0.8.1

rmarkdown 0.8

rmarkdown 0.7

rmarkdown 0.6

rmarkdown 0.5.1

rmarkdown 0.4.2

rmarkdown 0.3.11

Initial release to CRAN



Try the rmarkdown package in your browser

Any scripts or data that you put into this service are public.

rmarkdown documentation built on Sept. 18, 2023, 5:17 p.m.