### Discussion It seems that the issue stems from the lack of support for the `\VerbatimInput` command in TeX4ht. However, the `\VerbatimCommand` is used to input verbatim text in the LaTeX definitions of the Markdown package for TeX and cannot be easily substituted with the `Verbatim` environment. A fix or a workaround would be appreciated.
I can confirm the extra \n in the HTML version of the \VerbatimInput between the lines. But do you have to use \VerbatimInput? I have not myself used Verbatim for years now, in pdf nor in HTML. I switched to listings package for everything now. inline input and from file. It works very well in pdf and HTML with tex4ht. May be there is a way to renewcommand that \VerbatimCommand you mentioned to use listings instead? --Nasser
