diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-14 15:56:37 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-14 15:56:37 +0000 |
commit | 0a3fdda2fdfc6e87b86c158cca5f54f59f302ddf (patch) | |
tree | b405cd6693754ece2bc987508959029c657bd6c0 /regress/eqn/fromto/basic.out_html | |
parent | 6743059f021b4239f933715e225da9a692cf92ff (diff) | |
download | mandoc-0a3fdda2fdfc6e87b86c158cca5f54f59f302ddf.tar.gz |
print HTML character references as 4+ digits hexadecimal, like Unicode;
from bentley@, tweaked by me
Diffstat (limited to 'regress/eqn/fromto/basic.out_html')
-rw-r--r-- | regress/eqn/fromto/basic.out_html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/eqn/fromto/basic.out_html b/regress/eqn/fromto/basic.out_html index a5789c19..a1dbe244 100644 --- a/regress/eqn/fromto/basic.out_html +++ b/regress/eqn/fromto/basic.out_html @@ -1 +1 @@ -<mrow><munderover><mo>∑</mo><mrow><mi>i</mi><mo>=</mo><mn>1</mn></mrow><mo>∞</mo></munderover><mfrac><mn>1</mn><msup><mi>i</mi><mn>2</mn></msup></mfrac></mrow> +<mrow><munderover><mo>∑</mo><mrow><mi>i</mi><mo>=</mo><mn>1</mn></mrow><mo>∞</mo></munderover><mfrac><mn>1</mn><msup><mi>i</mi><mn>2</mn></msup></mfrac></mrow> |