silverbullet
silverbullet copied to clipboard
Line break (newline) in tables
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 \\
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?
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