diff options
-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 |