File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -247,15 +247,15 @@ do this by using the following command:
247247 restricts the typesetting to the contents of the specified
248248 container elements.
249249
250- When called with no arguments, :meth: `MathJax.typesetClear() ` tells
250+ When called with no arguments, :js: meth: `MathJax.typesetClear() ` tells
251251MathJax to forget about all the math that has been typeset so far.
252252Note that the math will remain in the page as typeset math, but
253253MathJax will no longer know anything about it. For example, that
254254means that changes to the output renderer or accessibility settings
255255will not affect any of the math that was typeset previously.
256256
257257If you remove math from only a portion of the page, you can call
258- :meth: `MathJax.typesetClear() ` passing it an array of container
258+ :js: meth: `MathJax.typesetClear() ` passing it an array of container
259259elements that will be removed, or CSS selector strings for them, and
260260MathJax will forget about the math that is within those containers,
261261while remembering the rest of the math on the page. Note that you
You can’t perform that action at this time.
0 commit comments