diff options
author | Karl Berry <karl@freefriends.org> | 2024-03-09 20:43:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-03-09 20:43:49 +0000 |
commit | ee4914fc9f97ec611e283b0bedf979c13191b252 (patch) | |
tree | 1e0ee8604542c7b76734ab76c687d6875218690b /Master/texmf-dist/tex/latex/markdown | |
parent | 88081054d4adc2a86d0cd6ab88268099a6179429 (diff) |
markdown (9mar24)
git-svn-id: svn://tug.org/texlive/trunk@70529 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/markdown')
-rw-r--r-- | Master/texmf-dist/tex/latex/markdown/markdown.sty | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |