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

feat: add markdown for equation and inline equations #66

Merged
merged 3 commits into from
Apr 13, 2023

Conversation

zirkelc
Copy link
Contributor

@zirkelc zirkelc commented Apr 13, 2023

This PR implements markdown formatting of block equations and inline equations.

Inline equations are enclosed between single dollar $ symbols and block equations are enclosed by double dollar $$ symbols:

$inline$

$$
block
$$

This is supported by remark-math from unified.js and by GitHub Markdown.

@zirkelc zirkelc changed the title add markdown for equation and inline equations feat: add markdown for equation and inline equations Apr 13, 2023
@souvikinator
Copy link
Owner

Awesome! Thanks for the contribution.
By the end of the week, this should be live in the upcoming release.

@souvikinator souvikinator merged commit 7c1d9f5 into souvikinator:master Apr 13, 2023
@zirkelc zirkelc deleted the format_equations branch April 13, 2023 15:15
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

Successfully merging this pull request may close these issues.

None yet

2 participants