Hi All, hopefully someone has already solved this
I do a lot of scripted extracts from a system I work in. I output to markdown format for use in documentation.
A lot of the output goes into markdown tables but some table cells need to contain multiline data. I handled this with <br> tags with a previous editor but this isn’t honoured by SilverBullet (think html is auto escaped). Has anyone managed to get this work in v2? I’ve had a go using Space-Lua but with no success.
Bump: Just replying to get this topic back into the feed.
Has anyone managed to get
html tags to be honoured in multi-line table cells? I know that multi-line table cells aren’t officially supported in markdown but the use of <br> tags is a common workaround in many markdown editors. Any help with this would be much appreciated.