summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-06-01 20:04:13 +0000
committerKarl Berry <karl@freefriends.org>2022-06-01 20:04:13 +0000
commita2f1d482842e40f8365d390d836c8c972d92e394 (patch)
tree3293fa44c68a2b6452071ba3acd05834d86e6679
parent1d0defba80df5dc69b006191a960fc39adda2a1e (diff)
markdown (1jun22)
git-svn-id: svn://tug.org/texlive/trunk@63465 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/generic/markdown/VERSION2
-rw-r--r--Master/texmf-dist/doc/generic/markdown/markdown.html4
-rw-r--r--Master/texmf-dist/doc/generic/markdown/markdown.pdfbin796056 -> 795566 bytes
-rw-r--r--Master/texmf-dist/scripts/markdown/markdown-cli.lua2
-rw-r--r--Master/texmf-dist/source/generic/markdown/markdown.dtx10
-rw-r--r--Master/texmf-dist/tex/generic/markdown/markdown.tex4
-rw-r--r--Master/texmf-dist/tex/luatex/markdown/markdown.lua2
7 files changed, 12 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/generic/markdown/VERSION b/Master/texmf-dist/doc/generic/markdown/VERSION
index 927859fc310..2ce872efb1a 100644
--- a/Master/texmf-dist/doc/generic/markdown/VERSION
+++ b/Master/texmf-dist/doc/generic/markdown/VERSION
@@ -1 +1 @@
-2.15.1-0-g4b33c77 (2022/05/17)
+2.15.2-0-gb238dbc (2022/05/31)
diff --git a/Master/texmf-dist/doc/generic/markdown/markdown.html b/Master/texmf-dist/doc/generic/markdown/markdown.html
index 1734c541b24..ebc1a310cf9 100644
--- a/Master/texmf-dist/doc/generic/markdown/markdown.html
+++ b/Master/texmf-dist/doc/generic/markdown/markdown.html
@@ -82,7 +82,7 @@
<header id="title-block-header">
<h1 class="title">Markdown Package User Manual</h1>
<p class="author">Vít Novotný</p>
-<p class="date">2.15.1-0-g4b33c77 (2022/05/17)</p>
+<p class="date">2.15.2-0-gb238dbc (2022/05/31)</p>
</header>
<nav id="TOC" role="doc-toc">
<ul>
@@ -1844,7 +1844,7 @@ Thomas,Edison,1847</code></pre>
<dd><dl>
<dt>false</dt>
<dd><p>Converted markdown documents will not be cached. This decreases the number of auxiliary files that we produce and makes it easier to use the Lua command-line interface for plumbing.</p>
-<p>This behavior will only be used when the <strong><code>finalizeCache</code></strong> option is disabled. Furthermore, this behavior is planned to be the new default in the next major release of the Markdown package.</p>
+<p>This behavior will only be used when the <strong><code>finalizeCache</code></strong> option is disabled. Recursive nesting of markdown document fragments is undefined behavior when <strong><code>eagerCache</code></strong> is disabled.</p>
</dd>
</dl>
</dd>
diff --git a/Master/texmf-dist/doc/generic/markdown/markdown.pdf b/Master/texmf-dist/doc/generic/markdown/markdown.pdf
index 5dec5088c90..811122f8a1a 100644
--- a/Master/texmf-dist/doc/generic/markdown/markdown.pdf
+++ b/Master/texmf-dist/doc/generic/markdown/markdown.pdf
Binary files differ
diff --git a/Master/texmf-dist/scripts/markdown/markdown-cli.lua b/Master/texmf-dist/scripts/markdown/markdown-cli.lua
index 3fff4a76c66..c2c412094b4 100644
--- a/Master/texmf-dist/scripts/markdown/markdown-cli.lua
+++ b/Master/texmf-dist/scripts/markdown/markdown-cli.lua
@@ -58,7 +58,7 @@
-- those in the standard .ins files.
--
local metadata = {
- version = "2.15.1-0-g4b33c77",
+ version = "2.15.2-0-gb238dbc",
comment = "A module for the conversion from markdown to plain TeX",
author = "John MacFarlane, Hans Hagen, Vít Novotný",
copyright = {"2009-2016 John MacFarlane, Hans Hagen",
diff --git a/Master/texmf-dist/source/generic/markdown/markdown.dtx b/Master/texmf-dist/source/generic/markdown/markdown.dtx
index ef4641a5a7f..13b58e64c88 100644
--- a/Master/texmf-dist/source/generic/markdown/markdown.dtx
+++ b/Master/texmf-dist/source/generic/markdown/markdown.dtx
@@ -808,7 +808,7 @@ abbr {
},
},
}
-\def\markdownLaTeXRendererAbsoluteLink#1#2#3#4{%
+\renewcommand\markdownLaTeXRendererDirectOrIndirectLink[4]{%
#1\footnote{See \url{#3}.}}
\RequirePackage{varioref}
\vrefwarning
@@ -4169,8 +4169,8 @@ defaultOptions.definitionLists = false
command-line interface for plumbing.
This behavior will only be used when the \Opt{finalizeCache} option is
- disabled. Furthermore, this behavior is planned to be the new default in
- the next major release of the Markdown package.
+ disabled. Recursive nesting of markdown document fragments is undefined
+ behavior when \Opt{eagerCache} is disabled.
% \end{markdown}
% \iffalse
@@ -8288,7 +8288,7 @@ For more information, see the examples for the \Opt{finalizeCache} option.
% The \mdef{markdownOptionInputTempFileName} macro sets the filename of the
% temporary input file that is created during the conversion from markdown to
% plain \TeX{} in \mref{markdownMode} other than `2`. It defaults to
-% \mref{jobname}`.markdown.out`. The same limitations as in the case of the
+% \mref{jobname}`.markdown.in`. The same limitations as in the case of the
% \mref{markdownOptionHelperScriptFileName} macro apply here.
%
% \end{markdown}
@@ -22045,7 +22045,7 @@ end
%
% The direct Lua access version of the \mref{markdownLuaExecute} macro is defined
% in terms of the \mref{directlua} primitive. The \luamref{print} function is set as
-% an alias to the \mref{tex.print} method in order to mimic the behaviour of the
+% an alias to the \luamref{tex.print} method in order to mimic the behaviour of the
% \mref{markdownLuaExecute} definition from Section <#sec:luabridge>,
%
% \end{markdown}
diff --git a/Master/texmf-dist/tex/generic/markdown/markdown.tex b/Master/texmf-dist/tex/generic/markdown/markdown.tex
index fabde3c4b3f..cce17fdc4fa 100644
--- a/Master/texmf-dist/tex/generic/markdown/markdown.tex
+++ b/Master/texmf-dist/tex/generic/markdown/markdown.tex
@@ -471,8 +471,8 @@
{ underscores }
{ true }
\ExplSyntaxOff
-\def\markdownLastModified{2022/05/17}%
-\def\markdownVersion{2.15.1-0-g4b33c77}%
+\def\markdownLastModified{2022/05/31}%
+\def\markdownVersion{2.15.2-0-gb238dbc}%
\let\markdownBegin\relax
\let\markdownEnd\relax
\let\markdownInput\relax
diff --git a/Master/texmf-dist/tex/luatex/markdown/markdown.lua b/Master/texmf-dist/tex/luatex/markdown/markdown.lua
index 3764f5c5b44..6ba03750eb6 100644
--- a/Master/texmf-dist/tex/luatex/markdown/markdown.lua
+++ b/Master/texmf-dist/tex/luatex/markdown/markdown.lua
@@ -58,7 +58,7 @@
-- those in the standard .ins files.
--
local metadata = {
- version = "2.15.1-0-g4b33c77",
+ version = "2.15.2-0-gb238dbc",
comment = "A module for the conversion from markdown to plain TeX",
author = "John MacFarlane, Hans Hagen, Vít Novotný",
copyright = {"2009-2016 John MacFarlane, Hans Hagen",