From 5bb5421117595253f49df10c66cabffa61f8c4f2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 28 Feb 2023 20:57:36 +0000 Subject: markdown (28feb23) git-svn-id: svn://tug.org/texlive/trunk@66257 c570f23f-e606-0410-a88d-b1316a301751 --- .../third/markdown/examples/context-mkii.tex | 1 + .../third/markdown/examples/context-mkiv.tex | 1 + Master/texmf-dist/doc/generic/markdown/CHANGES.md | 28 +- Master/texmf-dist/doc/generic/markdown/VERSION | 2 +- .../texmf-dist/doc/generic/markdown/markdown.html | 7767 ++++++++++---------- .../texmf-dist/doc/generic/markdown/markdown.pdf | Bin 945263 -> 957775 bytes .../doc/latex/markdown/examples/latex.tex | 1 + .../texmf-dist/scripts/markdown/markdown-cli.lua | 10 +- .../source/generic/markdown/docstrip.cfg | 4 +- .../source/generic/markdown/markdown.dtx | 1193 ++- .../tex/context/third/markdown/t-markdown.tex | 8 +- .../texmf-dist/tex/generic/markdown/markdown.tex | 98 +- Master/texmf-dist/tex/latex/markdown/markdown.sty | 8 +- .../tex/latex/markdown/markdownthemewitiko_dot.sty | 2 +- .../markdown/markdownthemewitiko_graphicx_http.sty | 2 +- .../latex/markdown/markdownthemewitiko_tilde.sty | 2 +- Master/texmf-dist/tex/luatex/markdown/markdown.lua | 384 +- 17 files changed, 5344 insertions(+), 4167 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/context/third/markdown/examples/context-mkii.tex b/Master/texmf-dist/doc/context/third/markdown/examples/context-mkii.tex index f5eed3d8d00..fcd6784eaf4 100644 --- a/Master/texmf-dist/doc/context/third/markdown/examples/context-mkii.tex +++ b/Master/texmf-dist/doc/context/third/markdown/examples/context-mkii.tex @@ -26,6 +26,7 @@ superscripts = yes, tableCaptions = yes, taskLists = yes, + texMathDollars = yes, ] % Set renderers of the Markdown module. diff --git a/Master/texmf-dist/doc/context/third/markdown/examples/context-mkiv.tex b/Master/texmf-dist/doc/context/third/markdown/examples/context-mkiv.tex index 29c1aa552b5..a4b9fd9472f 100644 --- a/Master/texmf-dist/doc/context/third/markdown/examples/context-mkiv.tex +++ b/Master/texmf-dist/doc/context/third/markdown/examples/context-mkiv.tex @@ -26,6 +26,7 @@ superscripts = yes, tableCaptions = yes, taskLists = yes, + texMathDollars = yes, ] % Set renderers of the Markdown module. diff --git a/Master/texmf-dist/doc/generic/markdown/CHANGES.md b/Master/texmf-dist/doc/generic/markdown/CHANGES.md index 6be50c7a091..250ec4f8dfd 100644 --- a/Master/texmf-dist/doc/generic/markdown/CHANGES.md +++ b/Master/texmf-dist/doc/generic/markdown/CHANGES.md @@ -1,6 +1,32 @@ # Changes -## 2.20.0 +## 2.21.0 + +Development: + +- Add renderers that represent the sections implied by headings. + (#258, #264) +- Add support for slicing fenced divs. (#229, #266) +- Add support for TeX math surrounded by dollar signs. + (contributed by @lostenderman, #61, #216, #267) + +Fixes: + +- Use MathML to render math in the user manual. (#261, #262) +- Properly normalize link references according to + [CommonMark](https://spec.commonmark.org/0.30/#matches). + (lostenderman#56, #265) +- Fail gracefully when CLI receives unknown options. (eddcb18) +- Rename `writer->encode_*()` methods to clarify their purpose. + (lostenderman#101, #271, #272) + +Deprecation: + +- Deprecate the current semantics of header attribute contexts. + (#258, #264) +- Deprecate `hardLineBreaks` option. (#227, #263) + +## 2.20.0 (2022-02-01) Development: diff --git a/Master/texmf-dist/doc/generic/markdown/VERSION b/Master/texmf-dist/doc/generic/markdown/VERSION index 95633c32797..617f9379345 100644 --- a/Master/texmf-dist/doc/generic/markdown/VERSION +++ b/Master/texmf-dist/doc/generic/markdown/VERSION @@ -1 +1 @@ -2.20.0-0-gf64ade1 (2023-02-01) +2.21.0-0-gee15b88 (2023-02-28) diff --git a/Master/texmf-dist/doc/generic/markdown/markdown.html b/Master/texmf-dist/doc/generic/markdown/markdown.html index e64210e1465..98c6a51fe3c 100644 --- a/Master/texmf-dist/doc/generic/markdown/markdown.html +++ b/Master/texmf-dist/doc/generic/markdown/markdown.html @@ -84,7 +84,7 @@

Markdown Package User Manual

Vít Novotný

-

2.20.0-0-gf64ade1 2023-02-01

+

2.21.0-0-gee15b88 2023-02-28