diff options
author | John MacFarlane <jgm@berkeley.edu> | 2013-11-01 14:27:22 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2013-11-01 14:28:24 -0700 |
commit | 0d95c15e8316eb28128bdd4c9c2f98e29f13f564 (patch) | |
tree | 4f63a3a9f11686c286c2ca3e3f1414add92e6ff5 /tests/writer.html | |
parent | ab0ffe6549261313410207a0b5beba9284135962 (diff) | |
download | pandoc-0d95c15e8316eb28128bdd4c9c2f98e29f13f564.tar.gz |
TexMath: Export readTeXMath', which attends to display/inline.
Deprecate readTeXMath, and use readTeXMath' in all the writers.
Require texmath >= 0.6.5.
Diffstat (limited to 'tests/writer.html')
-rw-r--r-- | tests/writer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/writer.html b/tests/writer.html index e8e619f44..e0d1a3b25 100644 --- a/tests/writer.html +++ b/tests/writer.html @@ -439,7 +439,7 @@ Blah <li><span class="math"><em>α</em> ∧ <em>ω</em></span></li> <li><span class="math">223</span></li> <li><span class="math"><em>p</em></span>-Tree</li> -<li>Here’s some display math: <br /><span class="math">$\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$</span><br /></li> +<li>Here’s some display math: <br /><span class="math">$$\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$$</span><br /></li> <li>Here’s one that has a line break in it: <span class="math"><em>α</em> + <em>ω</em> × <em>x</em><sup>2</sup></span>.</li> </ul> <p>These shouldn’t be math:</p> |