NEWS | R Documentation |
Added the table of contents box to the hpstr
theme.
Added the toc-title
option to the hpstr
theme,
thanks to @marlycormar
(#23).
Fixed the validity of HTML templates for the hpstr
and leonids
themes, reported by @grady
(#22).
Tweaks for the hpstr
theme.
The cayman
, architect
, and tactile
themes now show a
shaded box for the table of contents (TOC).
Users can specify the title for TOC via the top-level YAML option toc-title
(#20).
See the vignettes for examples.
Updated KaTeX to v0.12.0.
The cayman
, architect
, and tactile
themes are now
developed using Sass for better element control.
Tweaks for the cayman
, architect
, and tactile
themes.
prettydoc now depends on rmarkdown >= 1.17 to fix the bug of not properly cleaning temporary files, reported by @bernardkaplan (#15).
Fixed a bug caused by Pandoc that makes the code block unselectable, reported by @RemPsyc (#16).
New option math
to choose math expression rendering engines. Possible
values are mathjax
and katex
. The katex
engine supports
offline rendering of math expressions when there is no internet connection.
Fixed errors in building the vignette.
New themes leonids
and hpstr
.
New option compressed_css
to allow users selecting between
the original CSS and the compressed one processed by
https://csscompressor.com/.
Fixed the alignment of Table of Contents (#3).
Fixed the incorrect link to CSS file when self_contained
is
false
(#4).
Initial release.
Includes themes cayman
, tactile
and architect
.
Includes syntax highlight styles github
and vignette
.