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, _italic text and code with_ pointers* doesn't match correctly. [Note: apparently it doesn't match correctly in gfm, either, so that's some validation :/.]
Handling this correctly (especially with simple-markdown's regex-based design) is tricky, but important.
We might have to write a custom matcher function for the rules where this is most important, instead of using regex matchers. For an example, see the math matching in Perseus.
The text was updated successfully, but these errors were encountered:
Currently, _italic text
and code with_ pointers
* doesn't match correctly. [Note: apparently it doesn't match correctly in gfm, either, so that's some validation :/.]Handling this correctly (especially with simple-markdown's regex-based design) is tricky, but important.
We might have to write a custom matcher function for the rules where this is most important, instead of using regex matchers. For an example, see the math matching in Perseus.
The text was updated successfully, but these errors were encountered: