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
If someone puts [|1|] in the body of a sub block it will be replaced by whatever [|1|] maps to in the subs dictionary of parseblock.
To be 100% correct, we need to escape the [|1|] before passing it to the block parser and then unescape it afterwards.
The text was updated successfully, but these errors were encountered:
If someone puts [|1|] in the body of a sub block it will be replaced by whatever [|1|] maps to in the subs dictionary of parseblock.
To be 100% correct, we need to escape the [|1|] before passing it to the block parser and then unescape it afterwards.
The text was updated successfully, but these errors were encountered: