From d838c20c4fdae5db1e2fe6e3e42d17926869fc34 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 30 Aug 2022 19:51:52 +0000 Subject: markdown (30aug22) git-svn-id: svn://tug.org/texlive/trunk@64240 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/generic/markdown/CHANGES.md | 16 ++- Master/texmf-dist/doc/generic/markdown/VERSION | 2 +- .../texmf-dist/doc/generic/markdown/markdown.html | 2 +- .../texmf-dist/doc/generic/markdown/markdown.pdf | Bin 868025 -> 869480 bytes .../texmf-dist/scripts/markdown/markdown-cli.lua | 2 +- .../source/generic/markdown/markdown.dtx | 118 +++++++++++++-------- .../texmf-dist/tex/generic/markdown/markdown.tex | 14 +-- Master/texmf-dist/tex/latex/markdown/markdown.sty | 96 ++++++++++------- Master/texmf-dist/tex/luatex/markdown/markdown.lua | 2 +- 9 files changed, 154 insertions(+), 98 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/generic/markdown/CHANGES.md b/Master/texmf-dist/doc/generic/markdown/CHANGES.md index e4099613012..e36d6b2e834 100644 --- a/Master/texmf-dist/doc/generic/markdown/CHANGES.md +++ b/Master/texmf-dist/doc/generic/markdown/CHANGES.md @@ -1,11 +1,23 @@ # Changes +## 2.16.1 (2022-08-30) + +Fixes: + +- Fix default rendering of fancy lists in LaTeX. (#179, #180) +- Change category code of hash sign (`#`) to other in the + `\markdownInput` command. (#181) + +Continuous Integration: + +- Use all available CPU cores for unit tests. (#178) + ## 2.16.0 (2022-08-26) Development: -- Add support for strike-throughs, fenced divs, inline spans, subscripts, - superscripts, and fancy lists. (#149, #160, #162, #168, #170) +- Add support for strike-throughs, fenced divs, subscripts, superscripts, + and fancy lists. (#149, #160, #162, #168, #170) - Add facade in front of expl3 inferface for YAML metadata. (#118, #175) - Add `\setupmarkdown` and `\inputmarkdown` commands to ConTeXt. (#17, #176) diff --git a/Master/texmf-dist/doc/generic/markdown/VERSION b/Master/texmf-dist/doc/generic/markdown/VERSION index 4bcc5751533..b46b43bebb8 100644 --- a/Master/texmf-dist/doc/generic/markdown/VERSION +++ b/Master/texmf-dist/doc/generic/markdown/VERSION @@ -1 +1 @@ -2.16.0-5-g5bb83fb (2022/08/26) +2.16.1-0-gf8a4bea (2022-08-30) diff --git a/Master/texmf-dist/doc/generic/markdown/markdown.html b/Master/texmf-dist/doc/generic/markdown/markdown.html index 45ad20384f3..a16e9678184 100644 --- a/Master/texmf-dist/doc/generic/markdown/markdown.html +++ b/Master/texmf-dist/doc/generic/markdown/markdown.html @@ -82,7 +82,7 @@

Markdown Package User Manual

Vít Novotný

-

2.16.0-5-g5bb83fb (2022/08/26)

+

2.16.1-0-gf8a4bea 2022-08-30