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
I've got some pesky non-breaking white space characters interfering with the default regex which detects if a space key has been pressed.
I can solve it locally by extending the MarkdownShortcuts module, but thought it'd be a nice option if you could configure the regex.
I've got some pesky non-breaking white space characters interfering with the default regex which detects if a space key has been pressed.
I can solve it locally by extending the
MarkdownShortcuts
module, but thought it'd be a nice option if you could configure the regex.e.g. my current solution
suggestion, in quill config:
The text was updated successfully, but these errors were encountered: