You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was writing some note in sync mode and suddently SB stopped responding. Refreshing the web page didn't help and the contents of my note appeared truncated.
Restarting the SB container didn't help too.
The note had some normal markdown text and some code blocks with yaml format. When loading the page I saw this error in the Firefox console:
YAML error can not read a block mapping entry; a multiline key may not be an implicit key (41:1)
38 |
39 | # Title2
40 | Some text ...
41 |
The "# Title2" text was after a yaml block which I forgot to close, so it was trying to evaluate it as yaml. After correctly closing the yaml block in the server, the problem was resolved.
I'm using SilverBullet 0.10.1
The text was updated successfully, but these errors were encountered:
I was writing some note in sync mode and suddently SB stopped responding. Refreshing the web page didn't help and the contents of my note appeared truncated.
Restarting the SB container didn't help too.
The note had some normal markdown text and some code blocks with yaml format. When loading the page I saw this error in the Firefox console:
The "# Title2" text was after a yaml block which I forgot to close, so it was trying to evaluate it as yaml. After correctly closing the yaml block in the server, the problem was resolved.
I'm using SilverBullet 0.10.1
The text was updated successfully, but these errors were encountered: