summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/markdown
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-03-02 21:34:20 +0000
committerKarl Berry <karl@freefriends.org>2022-03-02 21:34:20 +0000
commitc172e26a589efc6cfb6e26aff1931f165f9394b4 (patch)
tree93163ff31225af77a2db4ada951e68b8d187e32e /Master/texmf-dist/source/generic/markdown
parente86fae0f10744e3638bd8fffbf411055dd894a8f (diff)
markdown (2mar22)
git-svn-id: svn://tug.org/texlive/trunk@62342 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/markdown')
-rw-r--r--Master/texmf-dist/source/generic/markdown/markdown.dtx6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/generic/markdown/markdown.dtx b/Master/texmf-dist/source/generic/markdown/markdown.dtx
index c16740e2a1a..60d76269908 100644
--- a/Master/texmf-dist/source/generic/markdown/markdown.dtx
+++ b/Master/texmf-dist/source/generic/markdown/markdown.dtx
@@ -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{}%