diff options
| author | John MacFarlane <[email protected]> | 2022-01-10 10:40:49 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-01-10 10:40:49 -0800 |
| commit | 7bf119168658627dbddcc6753b79a5f921519782 (patch) | |
| tree | 464d540b7e82a45914b9ad73f0cfc7014899b898 /test/writer.html4 | |
| parent | 6f739cdb4d754e04a006aa796c45342e92a424bb (diff) | |
HTML writer: don't break attributes values when wrapping.
Diffstat (limited to 'test/writer.html4')
| -rw-r--r-- | test/writer.html4 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/test/writer.html4 b/test/writer.html4 index 1e255fa70..c8ea04e98 100644 --- a/test/writer.html4 +++ b/test/writer.html4 @@ -595,10 +595,11 @@ href="http://example.com/?foo=1&bar=2">quoted link</a>”.</p> <li><span class="math inline"><em>α</em> ∧ <em>ω</em></span></li> <li><span class="math inline">223</span></li> <li><span class="math inline"><em>p</em></span>-Tree</li> -<li>Here’s some display math: <span class="math -display">$$\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$$</span></li> -<li>Here’s one that has a line break in it: <span class="math -inline"><em>α</em> + <em>ω</em> × <em>x</em><sup>2</sup></span>.</li> +<li>Here’s some display math: <span +class="math display">$$\frac{d}{dx}f(x)=\lim_{h\to +0}\frac{f(x+h)-f(x)}{h}$$</span></li> +<li>Here’s one that has a line break in it: <span +class="math inline"><em>α</em> + <em>ω</em> × <em>x</em><sup>2</sup></span>.</li> </ul> <p>These shouldn’t be math:</p> <ul> |
