5 ms·
That's the problem.
by zufallsheld 4mo ago
That's the problem.
- froh 4mo agomost specifically the problem is that markdown tables don't allow breaking the table row in multiple lines but then you can always use HTML tables in markdown and Pandoc transforms it just fine
- jazzypants 4mo agoEvery markdown implementation is supposed to allow inline HTML.
- hnlmorg 4mo ago<br> has worked fine whenever I’ve needed line breaking in markdown tables
- xigoi 4mo agoThey mean in the Markdown code, not in the output.
- quietbritishjim 4mo agoI think they mean breaking the line in the markup, not the output
- froh 4mo agoyes, that's what I meant, indeed.