summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-06-01 20:04:13 +0000
committerKarl Berry <karl@freefriends.org>2022-06-01 20:04:13 +0000
commita2f1d482842e40f8365d390d836c8c972d92e394 (patch)
tree3293fa44c68a2b6452071ba3acd05834d86e6679 /Master/texmf-dist/tex
parent1d0defba80df5dc69b006191a960fc39adda2a1e (diff)
markdown (1jun22)
git-svn-id: svn://tug.org/texlive/trunk@63465 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/generic/markdown/markdown.tex4
-rw-r--r--Master/texmf-dist/tex/luatex/markdown/markdown.lua2
2 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/generic/markdown/markdown.tex b/Master/texmf-dist/tex/generic/markdown/markdown.tex
index fabde3c4b3f..cce17fdc4fa 100644
--- a/Master/texmf-dist/tex/generic/markdown/markdown.tex
+++ b/Master/texmf-dist/tex/generic/markdown/markdown.tex
@@ -471,8 +471,8 @@
{ underscores }
{ true }
\ExplSyntaxOff
-\def\markdownLastModified{2022/05/17}%
-\def\markdownVersion{2.15.1-0-g4b33c77}%
+\def\markdownLastModified{2022/05/31}%
+\def\markdownVersion{2.15.2-0-gb238dbc}%
\let\markdownBegin\relax
\let\markdownEnd\relax
\let\markdownInput\relax
diff --git a/Master/texmf-dist/tex/luatex/markdown/markdown.lua b/Master/texmf-dist/tex/luatex/markdown/markdown.lua
index 3764f5c5b44..6ba03750eb6 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.15.1-0-g4b33c77",
+ version = "2.15.2-0-gb238dbc",
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",