silverbulletmd / silverbullet

The knowledge hacker's notebook
https://silverbullet.md
MIT License
2.14k stars 155 forks source link

Line break (newline) in tables #700

Open SwissOS opened 5 months ago

SwissOS commented 5 months ago

Sorry to ask this here, but is there a way to add a line break in a table?

I have tried adding <br> <br/> \n \\n \\ &#10; but all those just appear in the text and don't come on a new line.

Example would be:

| something | something that's rather long and <br>goes on for a very long time | something else |
|---|---|---|

https://www.markdownguide.org/extended-syntax/#tables says that we should be able to use HTML, but that doesn't work... is it a bug?

zefhemel commented 5 months ago

Not sure this is possible, but using HTML for it seems like a reasonable approach. That’s not currently supported though, but I created an issue for that separately: https://github.com/silverbulletmd/silverbullet/issues/702