From aa588d1815253d034c8a4d2c35b4b9225d8af080 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 3 Dec 2021 03:01:05 +0000 Subject: CTAN sync 202112030301 --- support/TeX4ht/source/tex4ht-mathjax.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'support/TeX4ht/source/tex4ht-mathjax.tex') diff --git a/support/TeX4ht/source/tex4ht-mathjax.tex b/support/TeX4ht/source/tex4ht-mathjax.tex index cb7559b255..70ad6ad404 100644 --- a/support/TeX4ht/source/tex4ht-mathjax.tex +++ b/support/TeX4ht/source/tex4ht-mathjax.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-mathjax.tex 1012 2021-11-19 09:35:54Z michal_h21 $ +% $Id: tex4ht-mathjax.tex 1021 2021-12-01 22:49:07Z michal_h21 $ % compile: latex tex4ht-mathjax % % Copyright 2018-2021 TeX Users Group @@ -63,7 +63,7 @@ We still use regula expressions to escape invalid XML characters to entities, so \regex_replace_all:nnN { \x{3C} } { < } \l_tmpa_tl \regex_replace_all:nnN { \x{3E} } { > } \l_tmpa_tl % replace \par command with blank lines - \regex_replace_all:nnN { \x{5C}par } {\x{A}\x{A}} \l_tmpa_tl + \regex_replace_all:nnN { \x{5C}par\s } {\x{A}\x{A}} \l_tmpa_tl \tl_set:Nx \l_tmpb_tl{ \l_tmpa_tl } \HCode{\l_tmpb_tl} } -- cgit v1.2.3