Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
debesyla
1mo ago
0 comments
Save
Share
Isn't markdown table just a bunch of | ?
0 comments
6 comments · 1 top-level
top
newest
oldest
zufallsheld
1mo ago
· 5 in thread
That's the problem.
froh
1mo 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
hnlmorg
1mo ago
<br> has worked fine whenever I’ve needed line breaking in markdown tables
quietbritishjim
1mo ago
I think they mean breaking the line in the markup, not the output
1 more reply
xigoi
1mo ago
They mean in the Markdown code, not in the output.
jazzypants
1mo ago
Every markdown implementation is
supposed to
allow inline HTML.
j
/
k
navigate · click thread line to collapse