Y
Hacker News
new
|
ask
|
show
|
jobs
by
zufallsheld
23 days ago
That's the problem.
1 comments
froh
23 days ago
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
link
hnlmorg
23 days ago
<br> has worked fine whenever I’ve needed line breaking in markdown tables
link
quietbritishjim
22 days ago
I think they mean breaking the line in the markup, not the output
link
froh
22 days ago
yes, that's what I meant, indeed.
link
xigoi
22 days ago
They mean in the Markdown code, not in the output.
link
jazzypants
23 days ago
Every markdown implementation is
supposed to
allow inline HTML.
link
but then you can always use HTML tables in markdown and Pandoc transforms it just fine