rmarkdown 1.12
-
Fixed file extensions of output files when using non-markdown Pandoc extensions such as
docx+styles
(#1494, @noamross). -
Added a new argument
extra_lines
tolatex_dependency()
to allow users to add extra lines of LaTeX code after\usepackage{}
. Also added a helper functionlatex_dependency_tikz()
based onlatex_dependency()
(#1502, @malcolmbarrett). -
Fixed #1529: when the path of an Rmd file contains Unicode characters that cannot be represented in the system native encoding (especially on Windows),
rmarkdown::render()
may fail. -
Applied a correct fix to an old plotly issue plotly/plotly.R#463.
-
HTML widgets used to be hidden when printing ioslides to PDF in Chrome. Now they will be printed correctly.
-
render(output_format = 'all')
may delete the figure directories that are still needed by certain output formats when one output format doesn't need its figure directory (thanks, @rmcd1024 #1472, @cderv #1503). -
The
<em>
tags in the subtitle, date, and author are removed from the default HTML template (thanks, @royfrancis, #1544).