summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/generic/markdown/markdown.tex10
-rw-r--r--Master/texmf-dist/tex/luatex/markdown/markdown.lua2
2 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/generic/markdown/markdown.tex b/Master/texmf-dist/tex/generic/markdown/markdown.tex
index bc837936a98..aeb4f0e3e03 100644
--- a/Master/texmf-dist/tex/generic/markdown/markdown.tex
+++ b/Master/texmf-dist/tex/generic/markdown/markdown.tex
@@ -45,8 +45,8 @@
%%
%% The names of the source files used are shown above.
%%
-\def\markdownLastModified{2022/02/28}%
-\def\markdownVersion{2.14.0-0-g9635d76}%
+\def\markdownLastModified{2022/03/01}%
+\def\markdownVersion{2.14.1-0-gb933d81}%
\let\markdownBegin\relax
\let\markdownEnd\relax
\let\markdownInput\relax
@@ -335,8 +335,10 @@
\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{}%
diff --git a/Master/texmf-dist/tex/luatex/markdown/markdown.lua b/Master/texmf-dist/tex/luatex/markdown/markdown.lua
index 161a0d39a29..f3c46b02906 100644
--- a/Master/texmf-dist/tex/luatex/markdown/markdown.lua
+++ b/Master/texmf-dist/tex/luatex/markdown/markdown.lua
@@ -58,7 +58,7 @@
-- those in the standard .ins files.
--
local metadata = {
- version = "2.14.0-0-g9635d76",
+ version = "2.14.1-0-gb933d81",
comment = "A module for the conversion from markdown to plain TeX",
author = "John MacFarlane, Hans Hagen, Vít Novotný",
copyright = {"2009-2016 John MacFarlane, Hans Hagen",