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 2512022 commit 040532fCopy full SHA for 040532f
src/pyconverter/xml2py/ast_tree.py
@@ -1617,7 +1617,8 @@ def tail(self):
1617
1618
def to_rst(self, indent="", max_length=100):
1619
"""Return a string to enable converting the element to an RST format."""
1620
- return f":math:`{self.equation.strip()}` {self.tail}"
+ # TODO: ``self.equation.strip()`` needs to be enhanced (check \VCONE function)
1621
+ return f":math:``{self.equation.strip()}`` {self.tail}"
1622
1623
1624
class SubScript(Element):
0 commit comments