Latex math rendering within markdown editor #3081
cameron-git
started this conversation in
Ideas
Replies: 2 comments 1 reply
|
Would https://tiptap.dev/docs/editor/extensions/nodes/mathematics fit your needs? |
0 replies
|
We are already using tiptap so adding this would be a no-brainer |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
One important feature missing in the markdown editor from the perspective of technical users is support for writing equations.
I have used several implementations and KaTeX seems to be the best library for this.
I have prototypes that are standalone and am currently looking to see if I can reuse components in the opencloud/web editor stack.
I'll keep this posted if I make progress
Desired behaviour:
Inline:$x \in \mathcal{R}$
$$x \in \mathcal{C}^2$$ (this one should ideally work like below but doesn't in all implementations, such as here)
Block:
All reactions