Mixing incremental divs and markdown in RMarkdown slides

I work with RMarkdown a bit for slide presentations. One element I noticed is that to implement "appears" in slides using slidy ir ioslides, one had to wrap the relevant sections in div or span tags with class = "incremental". This works like a charm, except when additional text formatting is included, like ** bold ** or * italic * formatting. These text elements are optional after the text. So for example

<div class="incremental">Hello **world**!</div>

      

would result in this: if every slide hit me with the forward arrow

Slide 1: Blank

Slide 2: Hello!

Slide 3 Hello world !

Thoughts of a direct solution? Presentation option is amazing at the same time!

+3
r r-markdown


source to share


No one has answered this question yet

Check out similar questions:

210
Current YAML date in rmarkdown
115
R - Markdown preventing package downloads
103
Insert picture / table into R Markdown
65
How to add \ newpage to Rmarkdown in a smart way?
sixteen
Beamer Rmarkdown, change the number of slides for backup slides
fourteen
Incremental nested lists in rmarkdown
4
Rmarkdown presentation slides tickers
3
How can I build a plot step by step in ioslide view using Rmarkdown?
0
Dynamic slide maker for RMarkdown / ioslides
0
How to stop a wireless clicker skipping incremental content on slides



All Articles
Loading...
X
Show
Funny
Dev
Pics