aboutsummaryrefslogtreecommitdiff
path: root/test/writer.muse
diff options
context:
space:
mode:
authorAlexander Krotov <ilabdsf@gmail.com>2018-01-29 23:27:40 +0300
committerAlexander Krotov <ilabdsf@gmail.com>2018-01-30 00:33:02 +0300
commit9ff8bc64f9c873e2bcae6a1a46f71af9287d6753 (patch)
tree5dd6f3c10d5e9626da153f3dfb4e520f7aa18e11 /test/writer.muse
parentb7d8930dc097defcae754120a4fa0d6727c9b265 (diff)
downloadpandoc-9ff8bc64f9c873e2bcae6a1a46f71af9287d6753.tar.gz
Muse writer: don't wrap displayMath into <verse>
<verse> is a block tag and displayMath is an inline element. Writing <verse> around displayMath could result in nested <verse> tags.
Diffstat (limited to 'test/writer.muse')
-rw-r--r--test/writer.muse2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/writer.muse b/test/writer.muse
index 33c622a3a..aed30ba4a 100644
--- a/test/writer.muse
+++ b/test/writer.muse
@@ -520,7 +520,7 @@ Ellipses…and…and….
- 223
- <em>p</em>-Tree
- Here’s some display math:
- <verse><verbatim>$$\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$$</verbatim></verse>
+ <verbatim>$$\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$$</verbatim>
- Here’s one that has a line break in it:
<em>α</em> + <em>ω</em> × <em>x</em><sup>2</sup>.