summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-12-23 21:23:27 +0000
committerKarl Berry <karl@freefriends.org>2022-12-23 21:23:27 +0000
commit628b57792251d3e20ebade4890a9eab4db3edcd2 (patch)
treec34f77afa9b442a26c0ab901caa6d36404f76087 /Master/texmf-dist/source/generic
parentb0a3d0afc9a0962b07b568893cbfbe69233c641c (diff)
tasks paragraphs, tex4ht r1274
git-svn-id: svn://tug.org/texlive/trunk@65344 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog6
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex6
2 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index b6b6404e2ae..eb851e0e667 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/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/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
index f2bb41a1154..4d341ee3ff5 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/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>}}
>>>