diff options
-rw-r--r-- | Master/texmf-dist/doc/generic/markdown/VERSION | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/markdown/markdown.html | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/markdown/markdown.pdf | bin | 761101 -> 760842 bytes | |||
-rw-r--r-- | Master/texmf-dist/scripts/markdown/markdown-cli.lua | 2 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/markdown/markdown.dtx | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/markdown/markdown.tex | 10 | ||||
-rw-r--r-- | Master/texmf-dist/tex/luatex/markdown/markdown.lua | 2 |
7 files changed, 14 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/generic/markdown/VERSION b/Master/texmf-dist/doc/generic/markdown/VERSION index 7d641125a99..db73644a40c 100644 --- a/Master/texmf-dist/doc/generic/markdown/VERSION +++ b/Master/texmf-dist/doc/generic/markdown/VERSION @@ -1 +1 @@ -2.14.0-0-g9635d76 (2022/02/28) +2.14.1-0-gb933d81 (2022/03/01) diff --git a/Master/texmf-dist/doc/generic/markdown/markdown.html b/Master/texmf-dist/doc/generic/markdown/markdown.html index 1ea4c65f352..3711e5ae22a 100644 --- a/Master/texmf-dist/doc/generic/markdown/markdown.html +++ b/Master/texmf-dist/doc/generic/markdown/markdown.html @@ -82,7 +82,7 @@ <header id="title-block-header"> <h1 class="title">Markdown Package User Manual</h1> <p class="author">Vít Novotný</p> -<p class="date">2.14.0-0-g9635d76 (2022/02/28)</p> +<p class="date">2.14.1-0-gb933d81 (2022/03/01)</p> </header> <nav id="TOC" role="doc-toc"> <ul> diff --git a/Master/texmf-dist/doc/generic/markdown/markdown.pdf b/Master/texmf-dist/doc/generic/markdown/markdown.pdf Binary files differindex ef7f39daaf5..6a505363c16 100644 --- a/Master/texmf-dist/doc/generic/markdown/markdown.pdf +++ b/Master/texmf-dist/doc/generic/markdown/markdown.pdf diff --git a/Master/texmf-dist/scripts/markdown/markdown-cli.lua b/Master/texmf-dist/scripts/markdown/markdown-cli.lua index 4e34effaf71..f0f9bab545d 100644 --- a/Master/texmf-dist/scripts/markdown/markdown-cli.lua +++ b/Master/texmf-dist/scripts/markdown/markdown-cli.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", 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{}% 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", |