summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-03-09 20:43:49 +0000
committerKarl Berry <karl@freefriends.org>2024-03-09 20:43:49 +0000
commitee4914fc9f97ec611e283b0bedf979c13191b252 (patch)
tree1e0ee8604542c7b76734ab76c687d6875218690b /Master/texmf-dist/tex
parent88081054d4adc2a86d0cd6ab88268099a6179429 (diff)
markdown (9mar24)
git-svn-id: svn://tug.org/texlive/trunk@70529 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/latex/markdown/markdown.sty2
-rw-r--r--Master/texmf-dist/tex/luatex/markdown/markdown.lua2
3 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/markdown/markdown.tex b/Master/texmf-dist/tex/generic/markdown/markdown.tex
index 3f692d579e8..39d77c941de 100644
--- a/Master/texmf-dist/tex/generic/markdown/markdown.tex
+++ b/Master/texmf-dist/tex/generic/markdown/markdown.tex
@@ -572,8 +572,8 @@
{ boolean }
{ true }
\ExplSyntaxOff
-\def\markdownLastModified{2024-02-16}%
-\def\markdownVersion{3.4.1-0-g457226ae}%
+\def\markdownLastModified{2024-03-09}%
+\def\markdownVersion{3.4.2-0-ga45cf0ed}%
\let\markdownBegin\relax
\let\markdownEnd\relax
\let\markdownInput\relax
diff --git a/Master/texmf-dist/tex/latex/markdown/markdown.sty b/Master/texmf-dist/tex/latex/markdown/markdown.sty
index 4f2bcd4bdba..5bafe4bfb11 100644
--- a/Master/texmf-dist/tex/latex/markdown/markdown.sty
+++ b/Master/texmf-dist/tex/latex/markdown/markdown.sty
@@ -96,7 +96,7 @@
\char_set_catcode_active:n { 13 }
\char_set_catcode_letter:n { 35 }
\peek_regex_replace_once:nnF
- { \ *\[([^]]*)\][^\r]* }
+ { \ *\[\r*([^]]*)\][^\r]* }
{
\c { group_end: }
\c { tl_set_rescan:Nnn } \c { l_tmpa_tl } { } { \1 }
diff --git a/Master/texmf-dist/tex/luatex/markdown/markdown.lua b/Master/texmf-dist/tex/luatex/markdown/markdown.lua
index fce3c1fe827..37448b4503a 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 = "3.4.1-0-g457226ae",
+ version = "3.4.2-0-ga45cf0ed",
comment = "A module for the conversion from markdown to plain TeX",
author = "John MacFarlane, Hans Hagen, Vít Starý Novotný",
copyright = {"2009-2016 John MacFarlane, Hans Hagen",