-
I took the example code from the blog
```
[example website](https://example.com){target="_blank"}
```
and inserted it into the document created by File -> New File -> R Markdown ... -> From Te…
-
Re: an upcoming blog post on how to use a conference talk to market your product. Draft is developing here:
https://github.com/tidyverse/tidyverse.org/pull/181
It would be great to point at real…
-
11/01
- [x] https://github.com/rstudio/blogdown/pull/225
- [x] Release blogdown v0.2 https://github.com/rstudio/blogdown/issues/224
- [x] https://github.com/yihui/xaringan/pull/76 https://github.…
yihui updated
5 years ago
-
As raised here:
https://stackoverflow.com/questions/51120186/xaringan-slide-separator-not-separating-slides
A confusing UX caused by trailing whitespace. Seems natural to me for the default pars…
-
The GitHub description is missing the 'r' in PowerPoint:
> Convert PowePoint Slides to xaringan (remark.js) Slides
-
Hi Yihui, thanks for creating a great package. I noticed a small issue when using your default zh-CN.css. I presume the Chinese presentation version on your own website (https://slides.yihui.name/xari…
-
This seems like a serious issue. Something that sounded like the same thing was reported to me by a participant at the GEOSTAT18 conference where I was lecturing based on these slides: https://github.…
-
```
---
# foo
This breaks
$$
f_N \circ f_{N-1}
$$
```
```
---
# bar
But this renders correctly
$$
f\_N \circ f_{N-1}
$$
```
-
Hi @yihui,
I'm loving xaringan for making a new slide template instead of using powerpoint or beamer at work. But, I'm running into issues.
## Background
What I'm *attempting* to do is cre…
-
I've run into a similar problem like [this SO question](https://stackoverflow.com/questions/49175795/css-libraries-not-called-with-xaringan-slides-on-netlify-website):
When I deployed xaringan sli…