aboutsummaryrefslogtreecommitdiff
path: root/tests/s5-basic.html
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-02-01 11:08:27 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-02-01 11:08:27 -0800
commit6a0d4da38267830e98f89fb9a79a244d6208387c (patch)
treec71ea6578a826f6725ec560518a6cb6b925b7a7d /tests/s5-basic.html
parent5073758bb89cbbba00d525b78282d407a978efb5 (diff)
downloadpandoc-6a0d4da38267830e98f89fb9a79a244d6208387c.tar.gz
HTML writer: Add "inline" or "display" class to math spans.
This allows inline and display math to be styled differently. Closes #1914.
Diffstat (limited to 'tests/s5-basic.html')
-rw-r--r--tests/s5-basic.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/s5-basic.html b/tests/s5-basic.html
index ceb896b8e..ac153d0f1 100644
--- a/tests/s5-basic.html
+++ b/tests/s5-basic.html
@@ -46,7 +46,7 @@
<div id="math" class="slide section level1">
<h1>Math</h1>
<ul>
-<li><span class="math">$\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$</span></li>
+<li><span class="math inline">$\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$</span></li>
</ul>
</div>
</div>