rstudio / revealjs

R Markdown Format for reveal.js Presentations
Other
325 stars 85 forks source link

Allow multi-column output #24

Closed FvD closed 8 years ago

FvD commented 8 years ago

Is there any way to request multi-column output? Based on the revealjs examples from Zev Ross and Ramnath Vaidyanathan I expected the following syntax to work:

--- &twocol

## Two Column Slide

*** =left
Left Column

*** =right
Right Column

*** =fullwidth
Back to one column

But it does not. The rmarkdown way to put a horizontal rule (***) between the column content does not work either.

jjallaire commented 8 years ago

Yeah, those are slidify features but aren't implemented in the pandoc reveal.js format.

On Wed, Feb 10, 2016 at 2:34 PM, Frans van Dunné notifications@github.com wrote:

Is there any way to request multi-column output? Based on the revealjs examples from Zev Ross http://zevross.com/blog/2014/11/19/creating-elegant-html-presentations-that-feature-r-code/ and Ramnath Vaidyanathan http://bl.ocks.org/ramnathv/8421232 I expected the following syntax to work:

--- &twocol

Two Column Slide

*\ =left Left Column

*\ =right Right Column

*\ =fullwidth Back to one column

But it does not. The rmarkdown way to put a horizontal rule (***) between the column content does not work either.

— Reply to this email directly or view it on GitHub https://github.com/rstudio/revealjs/issues/24.

FvD commented 8 years ago

Thanks, I see it now in pandoc issue 1710.