From 69c679a19d6d919414bc1268718ab445e225d930 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 3 Apr 2023 21:32:50 +0000 Subject: markdown (3apr23) git-svn-id: svn://tug.org/texlive/trunk@66751 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/generic/markdown/CHANGES.md | 35 +- Master/texmf-dist/doc/generic/markdown/VERSION | 2 +- .../texmf-dist/doc/generic/markdown/markdown.html | 8807 +++++++++++--------- .../texmf-dist/doc/generic/markdown/markdown.pdf | Bin 957775 -> 998227 bytes 4 files changed, 4790 insertions(+), 4054 deletions(-) (limited to 'Master/texmf-dist/doc/generic/markdown') diff --git a/Master/texmf-dist/doc/generic/markdown/CHANGES.md b/Master/texmf-dist/doc/generic/markdown/CHANGES.md index 250ec4f8dfd..3eef881e726 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.21.0 +## 2.22.0 (2023-04-03) + +Development: + +- Add support for TeX math surrounded by backslash-escaped + parens and brackets. (contributed by @lostenderman, #61, + #235, #236, #270) +- Add support for attributes on links, images, and inline + code spans. (jgm#36, jgm#43, #50, #123, #256, #280) +- Add `import` LaTeX option. (#107, #285) + +Documentation: + +- Unify how Pandoc syntax extensions are named and cited in + documentation. (#274, #284) + +Refactoring: + +- Only configure the Kpathsea library if it has not already + been configured. (#268, #283) + +Deprecation: + +- Deprecate `theme` LaTeX option in favor of the new + `import` LaTeX option. (#107, #285) + +## 2.21.0 (2023-02-28) Development: @@ -17,6 +43,9 @@ Fixes: [CommonMark](https://spec.commonmark.org/0.30/#matches). (lostenderman#56, #265) - Fail gracefully when CLI receives unknown options. (eddcb18) + +Documentation: + - Rename `writer->encode_*()` methods to clarify their purpose. (lostenderman#101, #271, #272) @@ -24,9 +53,9 @@ Deprecation: - Deprecate the current semantics of header attribute contexts. (#258, #264) -- Deprecate `hardLineBreaks` option. (#227, #263) +- Deprecate `hardLineBreaks` Lua option. (#227, #263) -## 2.20.0 (2022-02-01) +## 2.20.0 (2023-02-01) Development: diff --git a/Master/texmf-dist/doc/generic/markdown/VERSION b/Master/texmf-dist/doc/generic/markdown/VERSION index 617f9379345..dc259f020ea 100644 --- a/Master/texmf-dist/doc/generic/markdown/VERSION +++ b/Master/texmf-dist/doc/generic/markdown/VERSION @@ -1 +1 @@ -2.21.0-0-gee15b88 (2023-02-28) +2.22.0-0-g5a3d0fe (2023-04-02) diff --git a/Master/texmf-dist/doc/generic/markdown/markdown.html b/Master/texmf-dist/doc/generic/markdown/markdown.html index 98c6a51fe3c..b31144bfe9d 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.21.0-0-gee15b88 2023-02-28

+

2.22.0-0-g5a3d0fe 2023-04-02