yhatt / marp

The site of classic Markdown presentation writer app
https://yhatt.github.io/marp/
MIT License
7.89k stars 398 forks source link

Multi column pages, feature request. #82

Closed seperman closed 5 years ago

seperman commented 8 years ago

Hello,

I know markdown doesn't let you have multi columns. And the markdown tables can't show code blocks. Can Marp do it?

Thanks

garnierclement commented 7 years ago

Hi, I agree with seperman. Indeed it would be a great additional feature, especially for widescreen slides 16/9. As we separate slides with --- maybe we could simply separate columns with ||| ? Just a suggestion here but it would be very useful.

DoktorMike commented 7 years ago

I agree it would be superuseful for me as I depend on these two column layouts for many presentations. :) In RMarkdown I usually add a html snippet that does the trick. Maybe that trick would work fine for Marp too?

yhatt commented 5 years ago

We're making a clean sweep of piled up issues.

Currently we are working the next Marp in marp-team. But we have not planned to add another syntax for supporting multi columns like ||| because it would be against CommonMark. See also #87.

As an alternative, we added the example of multi-column support in Marpit, the base framework of Marp Next, with extended by plugins. In fact, the multi-column layout has supported in CSS.