[tex4ht-commits] [SCM] tex4ht updated: r1085 - trunk/lit

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Mon Feb 28 14:16:22 CET 2022


Author: michal_h21
Date: 2022-02-28 13:16:21 +0000 (Mon, 28 Feb 2022)
New Revision: 1085

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-html4.tex
Log:
correctly close <div class=center-

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2022-02-22 13:19:45 UTC (rev 1084)
+++ trunk/lit/ChangeLog	2022-02-28 13:16:21 UTC (rev 1085)
@@ -1,3 +1,9 @@
+2022-02-28  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-html4.tex (html4.4ht, html4-math.4ht): correctly close
+	<div>.
+	https://github.com/Witiko/markdown/issues/90
+
 2022-02-22  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2022-02-22 13:19:45 UTC (rev 1084)
+++ trunk/lit/tex4ht-html4.tex	2022-02-28 13:16:21 UTC (rev 1085)
@@ -9451,7 +9451,7 @@
 \def\m:env#1{\:xhtml{\IgnorePar\EndP}\HCode{<div class="center"><table class="#1"
    border="0" cellpadding="0" cellspacing="15"><tr><td>}}
 \def\endm:env{\HCode
-  {</td></tr></table></center>}\IgnorePar}
+  {</td></tr></table></div>}\IgnorePar}
   \Css{div.center{text-align:center;}}
 >>>
 
@@ -9462,7 +9462,7 @@
    \Css{div.center-#1{text-align: center;}}
  }
 \def\endm:env{\:xhtml{\IgnorePar\EndP}%
-   \HCode{</td></tr></table></center>}\IgnorePar
+   \HCode{</td></tr></table></div>}\IgnorePar
    \ifmmode\else\par\fi}
 >>>
 



More information about the tex4ht-commits mailing list.