markdown 1.12
-
Provided three internal functions
html_document,html_vignette, andpdf_documentas compatibility layers to functions of the same names in the rmarkdown package (thanks, @jangorecki, #108). See the appendix invignette('intro', package = 'markdown')for details. -
The default HTML template no longer wraps meta variables
include-beforeandinclude-afterinside<div></div>, because their values may contain incomplete HTML tags, e.g.,include-before = '<div>'andinclude-after = '</div>'.