diff options
author | blmage <bl.mage.fr@gmail.com> | 2019-06-20 21:08:09 +0200 |
---|---|---|
committer | blmage <bl.mage.fr@gmail.com> | 2019-06-20 21:55:31 +0200 |
commit | 449c133406dec231e61b8a3ecbbdfac2cbc00dbc (patch) | |
tree | 3e13907fa48cec57424ea08813b20c024b5ff443 | |
parent | e683707d60e6d6d793b6a9697d96cb61900a2621 (diff) | |
download | pandoc-449c133406dec231e61b8a3ecbbdfac2cbc00dbc.tar.gz |
Add a test for MathML formulas in ODT documents
-rw-r--r-- | test/Tests/Readers/Odt.hs | 1 | ||||
-rw-r--r-- | test/odt/markdown/formula.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/Tests/Readers/Odt.hs b/test/Tests/Readers/Odt.hs index c741c71b4..d66a4e98b 100644 --- a/test/Tests/Readers/Odt.hs +++ b/test/Tests/Readers/Odt.hs @@ -152,6 +152,7 @@ namesOfTestsComparingToMarkdown = [ "bold" , "endnote" , "externalLink" , "footnote" + , "formula" , "headers" -- , "horizontalRule" , "italic" diff --git a/test/odt/markdown/formula.md b/test/odt/markdown/formula.md new file mode 100644 index 000000000..3cf39ae66 --- /dev/null +++ b/test/odt/markdown/formula.md @@ -0,0 +1 @@ +$$E = {m \cdot c^{2}}$$
\ No newline at end of file |