How to use two-column layout with reveal.js?

后端 未结 7 1622
我寻月下人不归
我寻月下人不归 2020-12-23 15:49

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

7条回答
  •  無奈伤痛
    2020-12-23 16:51

    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

提交回复
热议问题