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

Inline and display math don't work locally #95

Open
Zacharymk1213 opened this issue Aug 18, 2024 · 1 comment
Open

Inline and display math don't work locally #95

Zacharymk1213 opened this issue Aug 18, 2024 · 1 comment

Comments

@Zacharymk1213
Copy link

Zacharymk1213 commented Aug 18, 2024

They don't work locally as opposed to in the playground since they depend on the MathJax library which is not provided when HTML is generated.

@Zacharymk1213 Zacharymk1213 changed the title Inline and display math don't work offline Inline and display math don't work locally Aug 18, 2024
@jgm
Copy link
Owner

jgm commented Aug 18, 2024

They can work locally, but you need to spin up a webserver.
e.g.

npm install http-server -g
http-server
# now visit localhost:8080/

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

No branches or pull requests

2 participants