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
Saw a [[ opening a biblio or section autolink, but couldn't parse the following contents. If you didn't intend this to be a biblio autolink, escape the initial [ as [
It seems that \[ works just as well and would likely match the surrounding style better.
The text was updated successfully, but these errors were encountered:
They both work, I just personally prefer escaping in the HTML style as it's more predictable in its effect, and matches how you escape any HTML bits of syntax.
I do admit having to use the numbers isn't great. I wonder if it would be better to allow some Bikeshed-specific escapes, like &bs[; or something. Could probably just allow any three-character escape that starts with bs to be an escape for the third character.
It seems that
\[
works just as well and would likely match the surrounding style better.The text was updated successfully, but these errors were encountered: