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

fix: make sure mathjax will be bundled #2821

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Conversation

pankgeorg
Copy link
Collaborator

@pankgeorg pankgeorg commented Feb 20, 2024

The not-the-src-yet attribute was, of course, not being bundled. we use the new URL() trick of parcel to make sure this will load, keeping the same flow.

@pankgeorg pankgeorg requested a review from fonsp February 20, 2024 09:29
Copy link
Contributor

Try this Pull Request!

Open Julia and type:

julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="pg/offline-mathjax")
julia> using Pluto

@fonsp
Copy link
Owner

fonsp commented Feb 20, 2024

@fonsp fonsp marked this pull request as draft February 26, 2024 12:33
@fonsp fonsp added the frontend Concerning the HTML editor label Feb 26, 2024
@fonsp
Copy link
Owner

fonsp commented Mar 4, 2024

It seems like MathJax v4 is almost released! And there are already beta releases. It might make sense to make the switch to v4 first before, otherwise we spend quite some effort debugging this, while the v4 will be bundled and included very differently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Concerning the HTML editor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants