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 am trying to put a left curly bracket { in my markdown docs but it doesn't seem to be possible. A few variations that I've tried all give the 500 error "abc is not defined".
{ abc }
\{ abc }
\{ ref \}
{ abc }
{ abc }
This doesn't error but explicitly outputs the characters "{" instead of showing a curly bracket:
\{ abc }
I tried reproducing the error on the online parser here but it seemed to work fine. Any idea how I would go about troubleshooting this?
The text was updated successfully, but these errors were encountered:
Ye there's some issues with braces right now because code blocks are inserted like so {@html `...`}. Can I see the code snippet you're trying to insert?
| Function | Description || ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ ||[addBrowserView({ ref, viewRef, })](<#nativewindow-addbrowserview()>)| Adds a BrowserView to the reference BrowserWindow. |
I am trying to put a left curly bracket
{
in my markdown docs but it doesn't seem to be possible. A few variations that I've tried all give the 500 error "abc is not defined".\{ abc }
{ abc }
This doesn't error but explicitly outputs the characters
"{"
instead of showing a curly bracket:\{ abc }
I tried reproducing the error on the online parser here but it seemed to work fine. Any idea how I would go about troubleshooting this?
The text was updated successfully, but these errors were encountered: