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
This is bug in prism.js terminal file, jQuery Terminal don't work well if there is single backslash before closing ] in formatting, solution is replace(/\\/g, '\').
Expected behavior
You can type
'("\
into terminal with prism scheme formatter.Actual behavior
if you type this, you will get
'("\]
and if you move the cursor to the left cursor have"\]
inside.Steps to reproduce
Visit https://jcubic.github.io/lips/
The text was updated successfully, but these errors were encountered: