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
Currently the CodeMirror syntax highlighting paints text as red if a tag has been begun but not finished (i.e. <add), but not if a tag is unbalanced (i.e. <add> with no </add>). We'd like to warn users that they have unbalanced tags if possible, so that they do not get surprised by error messages as in this video:
Screencast.2024-10-08.13.21.32.mp4
The text was updated successfully, but these errors were encountered:
Currently the CodeMirror syntax highlighting paints text as red if a tag has been begun but not finished (i.e.
<add
), but not if a tag is unbalanced (i.e.<add>
with no</add>
). We'd like to warn users that they have unbalanced tags if possible, so that they do not get surprised by error messages as in this video:Screencast.2024-10-08.13.21.32.mp4
The text was updated successfully, but these errors were encountered: