Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline Latex parsing #96

Open
nitin-deligence opened this issue Sep 3, 2021 · 1 comment
Open

Inline Latex parsing #96

nitin-deligence opened this issue Sep 3, 2021 · 1 comment

Comments

@nitin-deligence
Copy link

nitin-deligence commented Sep 3, 2021

Is there any way to parse latex inside a text paragraph through component.

ex: "Solve this: $$c = 2\sqrt{3}$$"

I can do this through katex but don't find any way to achieve this using component, I don't know where and how many times Latex will be added in a paragraph so I'm wondering how to get this using component.

@paulsohn
Copy link

Maybe you're looking for a markdown parser so that you can say which part of the paragraph is the latex.
for example, remark with remark-math plugin gives you a syntax tree which contains $-chunks(in your case, c=2\sqrt{3}), and you want to render them using this package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants