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
When pre code is present, it is concatenated with user code before being run. As a result, the line number shown for errors does not correspond to user code. This should be fixed, but likely only after upgrading to CodeMirror v6.
When pre code is present, it is concatenated with user code before being run. As a result, the line number shown for errors does not correspond to user code. This should be fixed, but likely only after upgrading to CodeMirror v6.
See also #463