Skip to content

Commit

Permalink
Fix default renderer prototypes for block HTML comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Mar 1, 2022
1 parent 9635d76 commit b933d81
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions markdown.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -12503,8 +12503,10 @@ following text:
\def\markdownRendererTextCitePrototype#1{}%
\def\markdownRendererTablePrototype#1#2#3{}%
\def\markdownRendererInlineHtmlCommentPrototype#1{}%
\def\markdownRendererBlockHtmlCommentBeginPrototype{\iffalse}%
\def\markdownRendererBlockHtmlCommentEndPrototype{\fi}%
\let\markdownRendererBlockHtmlCommentBeginPrototype=\iffalse
\let\markdownRendererBlockHtmlCommentBegin=\iffalse
\let\markdownRendererBlockHtmlCommentEndPrototype=\fi
\let\markdownRendererBlockHtmlCommentEnd=\fi
\def\markdownRendererInlineHtmlTagPrototype#1{}%
\def\markdownRendererInputBlockHtmlElementPrototype#1{}%
\def\markdownRendererTickedBoxPrototype{}%
Expand Down

0 comments on commit b933d81

Please sign in to comment.