Comment by debesyla 1 day ago Isn't markdown table just a bunch of | ? 7 comments debesyla Reply zufallsheld 1 day ago That's the problem. 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 3 replies → jazzypants 1 day ago Every markdown implementation is supposed to allow inline HTML.
zufallsheld 1 day ago That's the problem. 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 3 replies → 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 3 replies → 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 3 replies →
That's the problem.
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
3 replies →
Every markdown implementation is supposed to allow inline HTML.