notaapp / talk

Issues and discussions for the notes app, Nota.
https://nota.md
59 stars 1 forks source link

Mathematical equations not rendering correctly #280

Open Arbiter313 opened 1 year ago

Arbiter313 commented 1 year ago

There seems to be an issue with mathematical equations not rendering properly when using the inline notation ($equation$) or the display notation ($$equation$$). This does not seem to be an issue when the display notation is formatted across different lines like so: $$ equation $$

The inline notation renders as:

Screenshot 2022-08-04 at 1 17 11 pm

The display notation, when it is written all on one line, renders as:

Screenshot 2022-08-04 at 1 17 56 pm
erusev commented 1 year ago

At this point, we don't support in-editor rendering for inline math. It's a bit harder to implement than rendering for block math (when the display notation is formatted across different lines), but it's on the roadmap, and we'll get there.

In the meantime, you can use the Preview feature (⇧⌘R) to see inline math rendered. It's not ideal, but I hope it works for you for the time being.