From 079a61be47724dece2e21f4c6c3259207da5bc65 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 1 Mar 2022 21:48:37 +0000 Subject: markdown (1mar22) git-svn-id: svn://tug.org/texlive/trunk@62316 c570f23f-e606-0410-a88d-b1316a301751 --- .../third/markdown/examples/context-mkii.tex | 2 + .../third/markdown/examples/context-mkiv.tex | 2 + Master/texmf-dist/doc/generic/markdown/VERSION | 2 +- .../texmf-dist/doc/generic/markdown/markdown.html | 4723 ++++++++++---------- .../texmf-dist/doc/generic/markdown/markdown.pdf | Bin 743629 -> 761101 bytes .../doc/latex/markdown/examples/latex.tex | 21 + .../texmf-dist/scripts/markdown/markdown-cli.lua | 7 +- .../source/generic/markdown/docstrip.cfg | 2 +- .../source/generic/markdown/markdown.dtx | 1281 ++++-- .../tex/context/third/markdown/t-markdown.tex | 2 +- .../texmf-dist/tex/generic/markdown/markdown.tex | 35 +- Master/texmf-dist/tex/latex/markdown/markdown.sty | 192 +- Master/texmf-dist/tex/luatex/markdown/markdown.lua | 196 +- 13 files changed, 3803 insertions(+), 2662 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 b5aaa0e04e8..19a7fb2931d 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 @@ -35,7 +35,9 @@ % Typeset the document `example.tex` that we prepared separately using the % Lua command-line interface and that contains a plain TeX representation % of the document `example.md`. +\catcode`\%=12\relax \doiffileelse{./example.tex}{\input example}{} +\catcode`\%=14\relax % Typeset inline markdown text. \startmarkdown 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 65d1d054683..825632c5aa7 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 @@ -47,7 +47,9 @@ % Typeset the document `example.tex` that we prepared separately using the % Lua command-line interface and that contains a plain TeX representation % of the document `example.md`. +\catcode`\%=12\relax \doiffileelse{./example.tex}{\input example}{} +\catcode`\%=14\relax % Typeset inline markdown text. \startmarkdown diff --git a/Master/texmf-dist/doc/generic/markdown/VERSION b/Master/texmf-dist/doc/generic/markdown/VERSION index 6e699bbb013..7d641125a99 100644 --- a/Master/texmf-dist/doc/generic/markdown/VERSION +++ b/Master/texmf-dist/doc/generic/markdown/VERSION @@ -1 +1 @@ -2.13.0-0-g1f680a8 (2022/01/30) +2.14.0-0-g9635d76 (2022/02/28) diff --git a/Master/texmf-dist/doc/generic/markdown/markdown.html b/Master/texmf-dist/doc/generic/markdown/markdown.html index 3576b6edaf3..1ea4c65f352 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.13.0-0-g1f680a8 (2022/01/30)

+

2.14.0-0-g9635d76 (2022/02/28)