Thanks to visit codestin.com Credit goes to github.com
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 dee7232 commit 6a6a51eCopy full SHA for 6a6a51e
1 file changed
doc/api/next_api_changes/behavior/20367-AG.rst
@@ -0,0 +1,12 @@
1
+``Text``
2
+~~~~~~~~
3
+
4
+``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
12
+as False.
0 commit comments