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 31f1895 commit 93c601fCopy full SHA for 93c601f
manim/mobject/text/text_mobject.py
@@ -907,7 +907,7 @@ def construct(self):
907
Here is a list of supported tags:
908
909
- ``<b>bold</b>``, ``<i>italic</i>`` and ``<b><i>bold+italic</i></b>``
910
- - ``<ul>underline</ul>`` and ``<s>strike through</s>``
+ - ``<u>underline</u>`` and ``<s>strike through</s>``
911
- ``<tt>typewriter font</tt>``
912
- ``<big>bigger font</big>`` and ``<small>smaller font</small>``
913
- ``<sup>superscript</sup>`` and ``<sub>subscript</sub>``
0 commit comments