silverbullet icon indicating copy to clipboard operation
silverbullet copied to clipboard

Line break (newline) in tables

Open SwissOS opened this issue 1 year ago • 1 comments

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?

SwissOS avatar Feb 12 '24 20:02 SwissOS

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

zefhemel avatar Feb 12 '24 21:02 zefhemel