NEWS | R Documentation |
News for Package "prettydoc"
Changes in "prettydoc" version 0.4.1
NEW FEATURES
Added the table of contents box to the
hpstr
theme.Added the
toc-title
option to thehpstr
theme, thanks to @marlycormar (#23).
BUG FIXES
Fixed the validity of HTML templates for the
hpstr
andleonids
themes, reported by @grady (#22).Tweaks for the
hpstr
theme.
Changes in "prettydoc" version 0.4.0
NEW FEATURES
The
cayman
,architect
, andtactile
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.
BUG FIXES
The
cayman
,architect
, andtactile
themes are now developed using Sass for better element control.Tweaks for the
cayman
,architect
, andtactile
themes.
Changes in "prettydoc" version 0.3.1
BUG FIXES
-
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).
Changes in "prettydoc" version 0.3.0
NEW FEATURES
New option
math
to choose math expression rendering engines. Possible values aremathjax
andkatex
. Thekatex
engine supports offline rendering of math expressions when there is no internet connection.
Changes in "prettydoc" version 0.2.1
BUG FIXES
Fixed errors in building the vignette.
Changes in "prettydoc" version 0.2.0
NEW FEATURES
New themes
leonids
andhpstr
.New option
compressed_css
to allow users selecting between the original CSS and the compressed one processed by https://csscompressor.com/.
BUG FIXES
Fixed the alignment of Table of Contents (#3).
Fixed the incorrect link to CSS file when
self_contained
isfalse
(#4).
Changes in "prettydoc" version 0.1.0
NEW FEATURES
Initial release.
Includes themes
cayman
,tactile
andarchitect
.Includes syntax highlight styles
github
andvignette
.