We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does parsedown support Math equations?
In stackedit.io, I can include math equations like this:
Here is a math equation that includes $x$: $$ y=3x^2+4x+5 $$
Does parsedown support something similar? If not, how would I go about extending parsedown to include this?
The text was updated successfully, but these errors were encountered:
No. That's not part of the original specification. You could request this functionality in Parsedown Extra.
Sorry, something went wrong.
@kminchev Right. I'll copy this issue over there and close this one then. Thanks for the advice!
Update: I've posted erusev/parsedown-extra#81 requesting this feature.
No branches or pull requests
Does parsedown support Math equations?
In stackedit.io, I can include math equations like this:
Does parsedown support something similar? If not, how would I go about extending parsedown to include this?
The text was updated successfully, but these errors were encountered: