summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic
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/source/generic
parent88081054d4adc2a86d0cd6ab88268099a6179429 (diff)
markdown (9mar24)
git-svn-id: svn://tug.org/texlive/trunk@70529 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic')
-rw-r--r--Master/texmf-dist/source/generic/markdown/markdown.dtx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/generic/markdown/markdown.dtx b/Master/texmf-dist/source/generic/markdown/markdown.dtx
index 26b5db62f10..5ce5a6496e1 100644
--- a/Master/texmf-dist/source/generic/markdown/markdown.dtx
+++ b/Master/texmf-dist/source/generic/markdown/markdown.dtx
@@ -938,7 +938,7 @@ Requirements
The package requires either [our official Docker image][docker], which contains
the latest development version of the Markdown package, or a \TeX{}
-distribution: [\TeX{} Live][tl] ≥ 2020 is known to work with the current
+distribution: [\TeX{} Live][tl] ≥ 2022 is known to work with the current
version of the Markdown package and so are recent versions of [Mik\TeX{}][mik].
If you are using an older, incomplete, or atypical \TeX{} distribution, please
consult the [technical documentation][techdoc] for a detailed list of
@@ -33732,7 +33732,7 @@ end
% \end{markdown}
% \begin{macrocode}
\peek_regex_replace_once:nnF
- { \ *\[([^]]*)\][^\r]* }
+ { \ *\[\r*([^]]*)\][^\r]* }
{
% \end{macrocode}
% \begin{markdown}