Skip to content

Issue with Immediate Rendering of MathJax Formulas #3439

Answered by LzcGeorge
mo-anon asked this question in Q&A
Discussion options

You must be logged in to vote

I also encountered this problem, and my solution is as follows.

At first, my config is

theme:
  name: 'material'
  features:
    - navigation.tabs 
    - toc.follow
    - navigation.top 
    - navigation.instant 
    - navigation.instant.progress

After closing the "instant" feature, I no longer need to refresh the page for the formulas to display correctly.

theme:
  name: 'material'
  features:
    - navigation.tabs 
    - toc.follow
    - navigation.top 
    # - navigation.instant 
    # - navigation.instant.progress

Here are my other configurations, which are the same as those in the website

markdown_extensions:
  - pymdownx.arithmatex:
        generic: true
extra_javascript:
  - jav…

Replies: 5 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@facelessuser
Comment options

@redtide
Comment options

Comment options

You must be logged in to vote
2 replies
@mo-anon
Comment options

@nathan-ed
Comment options

Answer selected by oprypin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #3438 on October 23, 2023 12:07.