Aaron
Aaron
Good catch, thanks for testing! I fixed the issues with the dot in expressions (e.g., $2.7$). Not so sure how this one slipped into the regex. I also added some...
Thanks, @eugenefischer, you are right! I revised the used Regex once more and updated the demo and beta release (1.3.3-beta.5). If you'd like, of course, feel free to try it...
Thanks again for your input. I addressed the issue and also had to work around some other problems (e.g., wrongly matching `I have $120 ($40$)` from the `$120` part on)....
I think a reasonable approach might be to only check that math expressions do not end in `"` (like in the nice example you gave). As an escape hatch, one...
Hi @aldrinjenson, the latest changes (i.e., from my comment mentioning 1.3.3-beta.6) should be available from version 1.3.3 onwards. If you still run into incorrect LaTeX detection, feel free to share...
Hi @Jojo-lan, could you provide the latex which is not working or maybe even a minimal example?
So you mean something like this (where -> indicates progress of the user writing the expression): `$$` -> `$si$` -> `$sin(x)$` If yes, that's true but intended. There is not...
Yeah, the pro extension (I think) uses more underlying ProseMirror API surface for this to work. If this is required for your use case, you could maybe try https://github.com/benrbray/prosemirror-math which...
Thanks for reporting this! I am not familiar with jspm, but I will try to look into it when I find the time.
Hi @alylhb, thanks for reporting this issue! I assume the problem is that the written text is not automatically converted into rendered LaTeX in the editor? Could you try again...