6.1 tex4ht

<..try inline par..>
 \ShowPar\par{\HCondtrue\noindent}%
-_-_-

<..configure html32-math tex4ht..>
 <.32,4 picmath tex4ht.>
 \Configure{PicMath}{}{}{}{}
 <.contribute to picmath of 3.2.>
-_-_-

<..32,4 picmath tex4ht..>
 \:CheckOption{no_^}
 \if:Option \else \:CheckOption{no_}\fi
 \if:Option \else
    \Configure{SUB}
       {\HCode{<sub>}}{\HCode{</sub>}}
 \fi
 \:CheckOption{no_^}
 \if:Option \else \:CheckOption{no^}\fi
 \if:Option \else
    \Configure{SUP}
       {\HCode{<sup>}}{\HCode{</sup>}}
 \fi
 \:CheckOption{no_^}
  \if:Option \else \:CheckOption{no_}\fi
  \if:Option \else \:CheckOption{no^}\fi
 \if:Option \else
    \Configure{SUBSUP}
       {\HCode{<sub>}}{\HCode{</sub><sup>}}{\HCode{</sup>}}
 \fi
 \Configure{left}
   {\Picture+{ \a:@Picture{left}}}
   {\aftergroup\EndPicture   }
 \Configure{mathchoice}{\PictureOff}{\PictureOn}
-_-_-

\endgraf is safer than \par, because the latter may be redefined. For instance, see p 262 in texbook.

<..configure html32-math tex4ht..>+
 \Configure{PicDisplay}{\HCode{<center>}}{\HCode{</center>}}{}{}
-_-_-