[Feature request]: add multiple columns capability to html outputs #3593
-
I am transitioning from using Hugo to Quarto to create websites. One thing that I am missing is the ability to create multiple columns. In Hugo, I would simply use a raw html block for this. When doing the same in Quarto, the content exits the site frame in some crazy ways. I love the Thank you!!! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Actually, for the time being, I just found a workaround: While the The problem is that any blank line is taken as a separator. This works great for images, but not for sereval paragraphs of text. However, using |
Beta Was this translation helpful? Give feedback.
-
Actually, I just realized that my workaround is actually totally part of the documentation (oops). Implementing the |
Beta Was this translation helpful? Give feedback.
One other trick you could use would be to surround blocks of content you'd like in columns with fenced divs. For example:
(The class names
left
andright
aren't meaningful, but the nested divs need to have class names on them so the start of a nested div can be distinguished from the end of a div).