diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/markdown/markdown.tex | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/markdown/markdown.sty | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/luatex/markdown/markdown.lua | 2 |
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", |