-
Notifications
You must be signed in to change notification settings - Fork 521
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
render: Latex support #229
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Edges are handled
a: |latex
x = \\frac{1}{2}
|
b: |latex
e = mc^2
|
a -> b: |latex
e = mc^2
|
If we're not going to handle them, we should show an error
If we're going to handle it in another PR, totally fine
I'm used to having latex
inside markdown with $$
tags mathjax
, but it doesn't seem we support it right now. I get that t it is probably out of scope for this PR, so just letting you know inc are you want to open an issue
Don't you need to add some |
even better -- the attribution is on the file itself (top) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
the language tag
latex
andtex
will now render LaTeX (or rather, the MathJax flavor of it)Docs: terrastruct/d2-docs#15
closes #135