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

Add support for LaTeX math expressions in HTML output #199

Closed
wants to merge 4 commits into from

Conversation

anschmieg
Copy link

Issue Description
Currently, the HTML output displays e.g. the example entry

Built an app to compute the similarity of all methods
in a codebase, reducing the time from $$\mathcal{O}(n^2)$$
to $$\mathcal{O}(n \log n)$$

as a literal, without rendering the math expression.

Suggested change
By adding Mathjax to the document via the Cloudflare CDN, LaTeX and LaTeX math expressions get parsed correctly if the CDN is reachable.

@anschmieg
Copy link
Author

I messed up the commit history, closing this PR and creating a new one.

@anschmieg anschmieg closed this Nov 6, 2024
@anschmieg anschmieg deleted the mathjax branch November 6, 2024 11:40
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.

1 participant