atusy
atusy
Thanks @RLesur for sharing the background of `paged-footnotes`. Now I understand about the side effect. I just don't understand what is "an infinite loop" happened by `.footnote {font-size: 0}`? Anyway,...
Interesting. It seems that the infinite loop is not caused by footnote, but something else Here's a reproducible example. ```` --- output: pagedown::html_paged --- ```{r, echo = FALSE, results='asis'} cat(rep(letters,...
@vidonne If you use pandoc 2.10.1 or later, you can add classes to tables by lua filters Example Rmd ```` --- title: "Untitled" output: pagedown::html_paged: pandoc_args: null - --lua-filter -...
I like this idea! It would be nice if the edit can be reflected to server-side on Shiny.
Ugly, but quick fix is add CSS rules prepended by `.book .book-body .page-wrapper .page-inner section.normal`.. Note that you might need to inspect, and add the solution every time you find...
@SValv hmmm.... it should work both with CSS in a file or in a chunk. I locally applied my suggestion, and it worked. Yet, maybe there are some more rules...
Let me give people a prototype. Just like `html_document`, initial state can be "show" or "hide" by editing `{"initial-state": "show"}` ```` --- output: bookdown::gitbook --- ```{=html} {"initial-state": "show"} ``` ```{js}...
I think the above JS is light enough to be an optional feature of `rmarkdown::html_vignette` as well. So I'd like to suggest include this feature as `htmlDependency` in the **rmarkdown**...
Great. I will.
Sorry, I was totally forgetting about this issue. I assigned myself and will work on this or next weekends.