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

后端 未结 7 1679
我寻月下人不归
我寻月下人不归 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:37

    I solved the problem with two floating

    -Elements:

    - This is my first left element

    - This is my second left element

    - This is my first right element

    - This is my second rightelement

    I found out, if you want to use markdowns inside the div-container, you have to wrap the elements in p-tags. If you write data-markdown into the parent section-Tag, it will be ignored inside the div

    I hope I could help!

提交回复
热议问题