Actually, the note now has 5 columns. Interestingly, when there is less content the note has three columns ; this behavior only appears when the content “overflows” the screen — instead of continuing below (keeping three columns fixed) an additional column is created, and so on.
It works but for the first paragraph only ; as soon as there is a line break the text resumes in 1 column mode.
Moreover, I thought markdown inside HTML tags didn’t work but it seems to work inside <div>, however trying to write multiple paragraphs inside <p> breaks the markdown codes.
Is there another way to get multiple paragraphs under the same 3-column layout?
Thanks, I also have a snippet for lists with multiple columns but in the present case I’m looking for a general solution that does not only apply to lists (I have titles, subtitles, a bunch of links, some dataview code, and lists).