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 /test/odt | |
parent | e683707d60e6d6d793b6a9697d96cb61900a2621 (diff) | |
download | pandoc-449c133406dec231e61b8a3ecbbdfac2cbc00dbc.tar.gz |
Add a test for MathML formulas in ODT documents
Diffstat (limited to 'test/odt')
-rw-r--r-- | test/odt/markdown/formula.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 |