I’m converting a markdown document to ODT with pandoc (pandoc test.md -s --self-contained -o test.odt
) and although the XML structure of the document stays the same and seems correct, in some cases the equation is wrongly placed (depending on its height) in between the text, while it should be placed after the text.
The markdown document with which the issue show up is
### Title title title title
Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text:
$$\frac{1^2}{2^A}$$
while if you use the following equation
$$\frac{1}{2}$$
the issue does NOT show up.
Please find attached the ODT of the 2 cases.
test_issue.odt (9.5 KB)
test_no-issue.odt (9.5 KB)