diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-02-01 11:08:27 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-02-01 11:08:27 -0800 |
commit | 6a0d4da38267830e98f89fb9a79a244d6208387c (patch) | |
tree | c71ea6578a826f6725ec560518a6cb6b925b7a7d /tests/s5-basic.html | |
parent | 5073758bb89cbbba00d525b78282d407a978efb5 (diff) | |
download | pandoc-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.html | 2 |
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> |