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

Do not parse math expressions as markdown #1826

Merged
merged 3 commits into from
Nov 25, 2023

Conversation

jonatanklosko
Copy link
Member

Closes #1571. Depends on RobertDober/earmark_parser#142.

With this change we parse math expressions in Markdown and then rewrite them back to $ and $$. Rendering the expressions is still up to the user, but this way we don't parse the expression contents as Markdown.

mix.exs Outdated Show resolved Hide resolved
mix.lock Outdated Show resolved Hide resolved
@josevalim josevalim merged commit ae05a4f into elixir-lang:main Nov 25, 2023
4 checks passed
@josevalim
Copy link
Member

💚 💙 💜 💛 ❤️

@jonatanklosko jonatanklosko deleted the jk-math branch November 25, 2023 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Preprocess .livemd documents
2 participants