← Back to context Comment by zufallsheld 1 day ago That's the problem. 6 comments zufallsheld Reply froh 1 day ago most specifically the problem is that markdown tables don't allow breaking the table row in multiple linesbut then you can always use HTML tables in markdown and Pandoc transforms it just fine hnlmorg 1 day ago <br> has worked fine whenever I’ve needed line breaking in markdown tables quietbritishjim 1 day ago I think they mean breaking the line in the markup, not the output 1 reply → xigoi 1 day ago They mean in the Markdown code, not in the output. jazzypants 1 day ago Every markdown implementation is supposed to allow inline HTML.
froh 1 day ago most specifically the problem is that markdown tables don't allow breaking the table row in multiple linesbut then you can always use HTML tables in markdown and Pandoc transforms it just fine hnlmorg 1 day ago <br> has worked fine whenever I’ve needed line breaking in markdown tables quietbritishjim 1 day ago I think they mean breaking the line in the markup, not the output 1 reply → xigoi 1 day ago They mean in the Markdown code, not in the output. jazzypants 1 day ago Every markdown implementation is supposed to allow inline HTML.
hnlmorg 1 day ago <br> has worked fine whenever I’ve needed line breaking in markdown tables quietbritishjim 1 day ago I think they mean breaking the line in the markup, not the output 1 reply → xigoi 1 day ago They mean in the Markdown code, not in the output.
quietbritishjim 1 day ago I think they mean breaking the line in the markup, not the output 1 reply →
most 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
<br> has worked fine whenever I’ve needed line breaking in markdown tables
I think they mean breaking the line in the markup, not the output
1 reply →
They mean in the Markdown code, not in the output.
Every markdown implementation is supposed to allow inline HTML.