xaringan icon indicating copy to clipboard operation
xaringan copied to clipboard

Presentation Ninja 幻灯忍者 · 写轮眼

Results 44 xaringan issues
Sort by recently updated
recently updated
newest added

I am just adding this here as an idea. This most likely needs to be implemented in remarkjs first. The idea is to be able to run/modify code live in...

By @emitanaka: https://twitter.com/statsgen/status/1152440358124437505 https://gist.github.com/emitanaka/eaa258bb8471c041797ff377704c8505 I'd like to use one function instead of two since the two look so similar to each other: ### `collapse-output.html` ```html (function() { var divHTML =...

I noticed that code highlighting does not work when the chunk option `prompt = TRUE` is set. Here is an MWE: --- output: xaringan::moon_reader: lib_dir: libs nature: highlightLines: true ---...

It will be nice to have a wiki page to showcase all existing themes in this package. You may need to dig out the examples in previous pull requests (e.g.,...

help wanted

Hi there, I've just spotted that when `highlightLines` is set to `true`, then the visual rendering of R figures is dramatically changed. To reproduce this issue, simply compare outputs for...

I'm trying to add a twitter icon to the subtitle YAML parameter. Here's a reproducible piece of working code which produces the output I'm after. ``` --- title: "Presentation Ninja"...

Dear all, I write to you because I've tried different methods to disable the "scroll to next slide behaviour" with the mouse (because this enabled, you can't zoom in a...

It seems that the `dev` key that can be set as part of the YAML frontmatter is not being passed on to `rmarkdown::html_document()`. The following R Markdown document creates a...

bug

What if there is only one line of text on a page and you want this paragraph to be vertical centered? Don't center ## 2., only vertical center the text....

Although Xaringan is great, I think these suggestions will improve it for some users: 1) If you want to include in a column of a table a vertical bar in...