files_markdown
files_markdown copied to clipboard
Line breaks in table cells
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?
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.
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.
Why doesn't anyone pay attention to this issue?
Wait so there is table support?? How? I cannot see tables rendered in preview mode at all. Is it just me?