I use reveal.js and write my slides in Markdown code. Now I want to display my content (text, unordered list of bullet points or even an image) in a classical two-column tex
I could not understand you completely but I guess you may found the answer in ramnathv post.
--- layout: slide --- {{{ content }}} {{{ left.html }}} {{{ right.html }}}
it worked for me