6 ms·
Isn't markdown table just a bunch of | ?
by debesyla 4mo ago
Isn't markdown table just a bunch of | ?
- zufallsheld 4mo agoThat's the problem.
- froh 4mo agomost 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
- jazzypants 4mo agoEvery markdown implementation is supposed to allow inline HTML.
- hnlmorg 4mo ago<br> has worked fine whenever I’ve needed line breaking in markdown tables
- xigoi 4mo agoThey mean in the Markdown code, not in the output.
- quietbritishjim 4mo agoI think they mean breaking the line in the markup, not the output
- froh 4mo agoyes, that's what I meant, indeed.