asciicast 2.2.0
-
write_html()
now supports ANSI hyperlinks. -
Much better parameterization of asciicast in knitr. You can now set
asciicast parameters via chunk options. Relatedly, the
init_knitr_engine()
does not have anoptions
argument any more.
Set knitr chunk options instead. See theREADME.Rmd
file of the package
or the includedgithub-readme.Rmd
for examples. -
HTML output now works better in roxygen2/Rd.
-
init_knitr_engine()
has aninteractive
argument now, to allow
non-interactive mode. -
asciicast in knitr now caches HTML output much better.
-
asciicast now supports true color ANSI escapes in HTML output (#46).
-
If the
asciicast_html_details
option is set, then asciicast puts the
HTML output in a<details>
tag. -
New
interactive
parameter ofinit_knitr_engine()
allows recording in
non-interactive R sessions. The default is (still)interactive = TRUE
.