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
The following code is silently parsed incorrectly by odoc:
{@json[
{
"string": "] [",
"string2": "][",
}
]}
The problem is with the ][ sequence, but a space between ] and [ is parsed correctly. Using ]\[ does not solve the problem, as the \[is kept in generated html.