Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M MathJax
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 304
    • Issues 304
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MathJax
  • MathJax
  • Issues
  • #2718
Closed
Open
Issue created Jun 23, 2021 by Administrator@rootContributor

mml3 still not work in MathJax3.2

Created by: weihaopeng

Issue Summary

Follow the experimental mml3 extension, I add the loader in my MathJax configuration. Then in page, the mml3.js is loaded, but the mathml using mlongdiv is not rendered correctly.

Steps to Reproduce:

  • The code example.
  • This is what I expect and what it is.
  • image
  • And the request of mml3.js file is successful.
  • image

Technical details:

  • MathJax Version: 3.2
  • Client OS: Windows10
  • Browser: Chrome 91.0.4472.101

Supporting information:

  • Script tag:
  •  <script>
       window.MathJax = {
             options: {
               renderActions: {
                 addMenu: [0, '', '']
               }
             },
             chtml: {
               matchFontHeight: false,
               adaptiveCSS: false
             },
             loader: {load: ['input/asciimath', 'output/chtml', '[mml]/mml3']}
           };
     </script>
     <script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/mml-chtml.js"></script>
Assignee
Assign to
Time tracking