Some options for html_document do not work in html_pretty
yixuan opened this issue · 6 comments
Some options relies on Bootstrap, so they are not applicable in html_pretty
. Also a certain number of features are based on the Bootstrap template, and their CSS need to be added to the built-in themes of prettydoc
.
(documented)code_folding
: Relies on Bootstrap(documented)code_download
: Relies on Bootstrap(documented)toc_float
: Relies on Bootstrap(updated)toc
: Need CSS
We need to at least document these problems in prettydoc
.
toc_float
is a make or break feature for me, I even stopped using the wonderful juba/rmdformats/readthedown template because html_document
gained that ability :/
I realize this is difficult, but is it realistic to add this option in future versions? If not, I completely understand, but I needed to ask :)
@jemus42 Yeah I understand. I'll take a look and see if there is any way to implement similar features without using Bootstrap.
Hello, is there any update about using toc_float
in html_pretty
now? I still can't own both pretty theme and float content at the same time. THX :)
@yixuan Like your package so much. Cayman and github combo theme is very pleasing to my eyes. Thank you.
I'd like to see a toc_float
implementation in prettydoc. Do you have any update on this?
Hi @yixuan,
I would like to see tabset features {.tabset .tabset-fade}
available in prettydocs. Thanks
Like a lot your package. I have found that automatic numbering of sections, figures and tables is not possible with html_pretty. Is correct? Or maybe I am missing something?