We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug As described in #92 the same errors results from changing formatting of a text like '* *' to an unordered list.
To Reproduce Steps to reproduce the behavior:
Expected behavior Selected text should be formatted as unordered list.
Screenshots
** Version information **
Additional context I tried escaping the regex "*" in
easy-markdown-editor/src/js/easymde.js
Line 1203 in c1d35b0
\\*
The text was updated successfully, but these errors were encountered:
Merge pull request #338 from mrlugilugi/fix-error-formatting-asterisk…
0f55925
…s-as-unordered-list fix: Formatting asterisks divided by space results in console error #337
Successfully merging a pull request may close this issue.
Describe the bug
As described in #92 the same errors results from changing formatting of a text like '* *' to an unordered list.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Selected text should be formatted as unordered list.
Screenshots
** Version information **
Additional context
I tried escaping the regex "*" in
easy-markdown-editor/src/js/easymde.js
Line 1203 in c1d35b0
like
\\*
and it seems to be a valid regular expression.
The text was updated successfully, but these errors were encountered: