-
Notifications
You must be signed in to change notification settings - Fork 9
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
✨ NEW: Add math directive #13
Conversation
This obviously ties in to executablebooks/markdown-it-amsmath#3, i.e. I think here there needs to be a consistent way to have this math rendered by e.g. katex, within the markdown-it parse/render process |
This will need another pass to reconcile with the labeling and the inline math renderer. Once we get it in, can do another pass on that before releasing. |
Let's get this in, we can do any reconciliation with other math nodes later, the only change would be to the options which is in another branch. |
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.
Again this just needs fixing of the merge conflict
* Better typing for options
Introduce a math directive:
Development:
Leaving out of this PR: