files_markdown icon indicating copy to clipboard operation
files_markdown copied to clipboard

Line breaks in table cells

Open IzzySoft opened this issue 7 years ago • 4 comments

I try to split content of a table cell into multiple lines, to avoid vertical scrolling if the table gets to wide. But rendered Markdown simly shows the <br> tags as text instead of making the adviced line break, as if it doesn't recognize HTML tags inside table cells.

Is there any solution to that? What can I do to force a line break within a table cell?

IzzySoft avatar Oct 19 '18 18:10 IzzySoft

You can enable HTML as explained here.

This project uses markdown-it, their docs shows the breaks option in the constructor, but it didn't get to work.

enekonieto avatar Dec 30 '18 13:12 enekonieto

That's a work-around that might come with some side-effects. I was hoping for a "real fix" – though I don't know if its possible. Mustn't be HTML tags, some special Markdown stuff (as a line ending by a double-space, or some [[br]]) would be preferable I guess.

IzzySoft avatar Dec 30 '18 14:12 IzzySoft

Why doesn't anyone pay attention to this issue?

hellolgml avatar Nov 22 '19 02:11 hellolgml

Wait so there is table support?? How? I cannot see tables rendered in preview mode at all. Is it just me?

nommaz avatar Jul 22 '23 09:07 nommaz