Skip to content

Commit 678bf1d

Browse files
committed
Fix ReST js:meth: calls
1 parent 49b6cc6 commit 678bf1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/typeset.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
251251
MathJax to forget about all the math that has been typeset so far.
252252
Note that the math will remain in the page as typeset math, but
253253
MathJax will no longer know anything about it. For example, that
254254
means that changes to the output renderer or accessibility settings
255255
will not affect any of the math that was typeset previously.
256256

257257
If 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
259259
elements that will be removed, or CSS selector strings for them, and
260260
MathJax will forget about the math that is within those containers,
261261
while remembering the rest of the math on the page. Note that you

0 commit comments

Comments
 (0)