When I’m writing inside a table, if I type out multiple tags by typing a tag name and then hitting enter, Bear will add a <br/>
to the name of the tag. I believe this is because hitting enter for a newline inside a table cell is a slightly different action than hitting enter for a new line in regular text.
For example if you type these two tags out in a table:
In the left sidebar, you’ll see the tags some/tag/name<br/>
(the other tag will be correct)
The way to fix this is to append # to the end of the first tag name, like so:
But I would expect that to be unnecessary and for Bear to correctly handle multiple tags with newlines inside tables.