Skip to content

Commit

Permalink
Merge branch 'v3.2-latest'
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed May 16, 2022
2 parents dd44cc1 + cc903d9 commit 2815aa8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion advanced/extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Custom Extensions
#################

**This page is uncer construction**
**This page is under construction**

See the :ref:`custom-component` section for an example of building
custom extensions to MathJax.
Expand Down
6 changes: 3 additions & 3 deletions options/accessibility.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ settings:
options: {
menuOptions: {
settings: {
assistiveMml: true; // true to enable assitive MathML
collapsible: false; // true to enable collapsible math
explorer: false; // true to enable the expression explorer
assistiveMml: true, // true to enable assitive MathML
collapsible: false, // true to enable collapsible math
explorer: false // true to enable the expression explorer
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion web/typeset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ DOM modifications and returns the array of elements to typeset, or
typeset(() => {
const math = document.querySelector('#math');
math.innerHTML = '$$\\frac{a}{1-a^2}$$';
return math;
return [math];
});
would replace the contents of the element with ``id="math"`` with the
Expand Down

0 comments on commit 2815aa8

Please sign in to comment.