summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-12-25 03:01:07 +0000
committerNorbert Preining <norbert@preining.info>2022-12-25 03:01:07 +0000
commit90ef58ebc56f69220f860d466e1e21ed68ce9a55 (patch)
tree1b6ae8a0cb89728c9f71447236a171da28b786a1 /support/TeX4ht/source
parentda0bd16b0ba9d42d044af47137003788f0b7f773 (diff)
CTAN sync 202212250301
Diffstat (limited to 'support/TeX4ht/source')
-rw-r--r--support/TeX4ht/source/ChangeLog6
-rw-r--r--support/TeX4ht/source/tex4ht-html4.tex6
2 files changed, 9 insertions, 3 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index b6b6404e2a..eb851e0e66 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,9 @@
+2022-12-23 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-html4.tex (html4.4ht): fixed paragraph handling in the
+ tasks environment.
+ https://tex.stackexchange.com/a/669437/2891
+
2022-12-21 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-mathml.tex (mathml.4ht): use <mstyle> instead of <mrow> for
diff --git a/support/TeX4ht/source/tex4ht-html4.tex b/support/TeX4ht/source/tex4ht-html4.tex
index f2bb41a115..4d341ee3ff 100644
--- a/support/TeX4ht/source/tex4ht-html4.tex
+++ b/support/TeX4ht/source/tex4ht-html4.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 1271 2022-12-17 20:43:46Z michal_h21 $
+% $Id: tex4ht-html4.tex 1274 2022-12-23 13:35:49Z michal_h21 $
% Compile 4 times: latex tex4ht-html4
% Copy html4.4ht into the work directory before all but the last compilation.
%
@@ -15529,8 +15529,8 @@ Support for background and border color
\ConfigureList{tasks}
{\ifvmode\IgnorePar\fi\EndP\HCode{<div class="tasks">}\def\end:task{}}
{\ifvmode\IgnorePar\fi\EndP\end:task\HCode{</div>}}
-{\end:task\HCode{<div class="task"><span class="label">}\def\end:task{\HCode{</div>}}}
-{\HCode{</span>}\noindent}
+{\ifvmode\IgnorePar\fi\EndP\end:task\HCode{<div class="task">}\par\ShowPar\HCode{<span class="label">}\def\end:task{\HCode{</div>}}}
+{\HCode{</span>}}
>>>