8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6a51e commit cff9073Copy full SHA for cff9073
doc/api/next_api_changes/behavior/20367-AG.rst
@@ -1,12 +1,12 @@
1
-``Text``
2
-~~~~~~~~
+``Text`` allows a boolean *parse_math*
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
4
-``Text`` objects now allow a **parse_math** keyword-only argument
+`.Text` objects now allow a *parse_math* keyword-only argument
5
which defaults to True. When it is passed as False, that text object
6
will consider the string as a literal and will not try to parse it
7
as a mathtext object.
8
9
-``TextBox``
10
------------
11
-``TextBox`` now defaults its text object's **parse_math** argument
+``TextBox`` defaults it to False
+--------------------------------
+`.TextBox` now defaults its text object's *parse_math** argument
12
as False.
0 commit comments