quarto-dev / quarto-dev/quarto-cli

[revealjs] Support for MathJax3

Open
#4,493 4 comments 0 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

enhancement math revealjs upstream
Dominant language
JavaScript
Stars
6k
Forks
458
Avg merge
1d 9h
Merged PRs (30d)
41

Description

For a revealjs document format, Mathjax is configured as follows

      math: {
          mathjax: 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js',
...........
          },
        },

while for a book, we get a more recent version of MathJax

<script src="[https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml-full.js](view-source:https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml-full.js)" type="text/javascript"></script>

Is it intentional, or should it be considered a bug?
Can I specify the version of MathJax I want to use?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.