Hacker News
new
past
comments
ask
show
jobs
points
by
zufallsheld
5 hours ago
|
comments
by
froh
5 hours 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
reply
by
hnlmorg
5 hours ago
|
parent
|
next
[-]
<br> has worked fine whenever I’ve needed line breaking in markdown tables
reply
by
quietbritishjim
3 hours ago
|
parent
|
next
[-]
I think they mean breaking the line in the markup, not the output
reply
by
xigoi
4 hours ago
|
parent
|
prev
|
[-]
They mean in the Markdown code, not in the output.
reply
by
jazzypants
5 hours ago
|
parent
|
prev
|
[-]
Every markdown implementation is
supposed to
allow inline HTML.
reply