benrbray / prosemirror-math

Schema and plugins for "first-class" math support in ProseMirror!
https://benrbray.com/prosemirror-math/
MIT License
245 stars 35 forks source link

Math inline gets in the way of normal sentences. #63

Closed johnfumaster closed 7 months ago

johnfumaster commented 7 months ago

eg. When the input is Jimmy has $5, Rachel has $6, how much do the kids have in total?

The result is Jimmy has 5, Rachel has 6, how much do the kids have in total?

There needs to be a way to exclude certain parses. Perhaps the delimiters can be $$...$$ for inline math, and $$$...$$$ for math block?

johnfumaster commented 7 months ago

Closing. Just found out that this can already be configured.