diff options
author | Norbert Preining <norbert@preining.info> | 2024-03-10 03:02:47 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2024-03-10 03:02:47 +0000 |
commit | 0977b5581b838e81912bc5f34fff3672359e236a (patch) | |
tree | f2d20c9064dde8c70e3ce03f325ed705fce2d793 /macros/generic/markdown | |
parent | bb1788335b7c394ee980b7b6f12b81f5223bbd63 (diff) |
CTAN sync 202403100302
Diffstat (limited to 'macros/generic/markdown')
-rw-r--r-- | macros/generic/markdown/CHANGES.md | 21 | ||||
-rw-r--r-- | macros/generic/markdown/VERSION | 2 | ||||
-rw-r--r-- | macros/generic/markdown/examples/latex-luatex.tex | 10 | ||||
-rw-r--r-- | macros/generic/markdown/markdown.dtx | 4 | ||||
-rw-r--r-- | macros/generic/markdown/markdown.html | 4 | ||||
-rw-r--r-- | macros/generic/markdown/markdown.pdf | bin | 1089321 -> 1089312 bytes |
6 files changed, 22 insertions, 19 deletions
diff --git a/macros/generic/markdown/CHANGES.md b/macros/generic/markdown/CHANGES.md index e0f893ab21..48d2d7066d 100644 --- a/macros/generic/markdown/CHANGES.md +++ b/macros/generic/markdown/CHANGES.md @@ -1,5 +1,19 @@ # Changes +## 3.5.0 + +## 3.4.2 (2024-03-09) + +Fixes: + +- In `\begin{markdown}[options]`, allow a new line before `options`. + (#414, #415) + +Contributed Software: + +- Add `contributions/istqb_product_base`. (8e727c9b) +- Add `contributions/fithesis`. (0b6a436c, 0725b20c, 7daf2b5e) + ## 3.4.1 (2024-02-16) Fixes: @@ -10,11 +24,10 @@ Fixes: Deprecation: -- Replace all instances of `\markdownInfo`, `\markdownWarning`, and - `\markdownError` with l3msg functions and deprecate `\markdownInfo`, - `\markdownWarning`, and `\markdownError`. (#383, #398, e3ca682c, 48002f84) +- Replace `\markdownInfo`, `\markdownWarning`, and `\markdownError` with l3msg + functions and deprecate them. (#383, #398, e3ca682c, 48002f84) - Use the `TEXMF_OUTPUT_DIRECTORY` environmental variable to set - `\markdownOptionOutputDir` and deprecate `\markdownOptionOutputDir`. + `\markdownOptionOutputDir` and deprecate it. (#405, #409, [matrix.org][matrix-405]) [matrix-405]: https://matrix.to/#/!efVbynJpCMjlOTfose:matrix.org/$8oUA2Bn3ch3q9K6RU-1EgpO9uQOd_3Mky4YwT325Ib0?via=matrix.org&via=im.f3l.de diff --git a/macros/generic/markdown/VERSION b/macros/generic/markdown/VERSION index 941a04710b..7fba28f70e 100644 --- a/macros/generic/markdown/VERSION +++ b/macros/generic/markdown/VERSION @@ -1 +1 @@ -3.4.1-0-g457226ae (2024-02-16) +3.4.2-0-ga45cf0ed (2024-03-09) diff --git a/macros/generic/markdown/examples/latex-luatex.tex b/macros/generic/markdown/examples/latex-luatex.tex index 9b2e623408..5aa7c85d7d 100644 --- a/macros/generic/markdown/examples/latex-luatex.tex +++ b/macros/generic/markdown/examples/latex-luatex.tex @@ -1,15 +1,5 @@ \documentclass{book} \usepackage{polyglossia} -% work around a bug in polyglossia -\makeatletter -\ExplSyntaxOn -\pretocmd\xpg@set@alias@values{% - \prop_if_exist:cF { xpg@alias@keyvals@#1@#4 } - { \prop_new:c {xpg@alias@keyvals@#1@#4} } -}{}{} -\ExplSyntaxOff -\makeatother -% end of workaround \setmainlanguage{english} \usepackage{fontspec} \usepackage{booktabs} diff --git a/macros/generic/markdown/markdown.dtx b/macros/generic/markdown/markdown.dtx index 26b5db62f1..5ce5a6496e 100644 --- a/macros/generic/markdown/markdown.dtx +++ b/macros/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} diff --git a/macros/generic/markdown/markdown.html b/macros/generic/markdown/markdown.html index a923528363..a5616317fc 100644 --- a/macros/generic/markdown/markdown.html +++ b/macros/generic/markdown/markdown.html @@ -93,7 +93,7 @@ <header id="title-block-header"> <h1 class="title">Markdown Package User Manual</h1> <p class="author">Vít Starý Novotný</p> -<p class="date">3.4.1-0-g457226ae 2024-02-16</p> +<p class="date">3.4.2-0-ga45cf0ed 2024-03-09</p> </header> <nav id="TOC" role="doc-toc"> <ul> @@ -212,7 +212,7 @@ which contains the latest development version of the Markdown package, or a <span class="tex">T<sub>e</sub>X</span> distribution: <a href="https://www.tug.org/texlive/" title="TeX Live - TeX Users Group"><span -class="tex">T<sub>e</sub>X</span> Live</a> ≥ 2020 is known to work with +class="tex">T<sub>e</sub>X</span> Live</a> ≥ 2022 is known to work with the current version of the Markdown package and so are recent versions of <a href="https://miktex.org/" title="Home - MiKTeXorg">Mik<span class="tex">T<sub>e</sub>X</span></a>. If you are using an older, diff --git a/macros/generic/markdown/markdown.pdf b/macros/generic/markdown/markdown.pdf Binary files differindex a5d91a2327..34822a723f 100644 --- a/macros/generic/markdown/markdown.pdf +++ b/macros/generic/markdown/markdown.pdf |