texlive[63465] Master/texmf-dist: markdown (1jun22)

commits+karl at tug.org commits+karl at tug.org
Wed Jun 1 22:04:13 CEST 2022


Revision: 63465
          http://tug.org/svn/texlive?view=revision&revision=63465
Author:   karl
Date:     2022-06-01 22:04:13 +0200 (Wed, 01 Jun 2022)
Log Message:
-----------
markdown (1jun22)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/generic/markdown/VERSION
    trunk/Master/texmf-dist/doc/generic/markdown/markdown.html
    trunk/Master/texmf-dist/doc/generic/markdown/markdown.pdf
    trunk/Master/texmf-dist/scripts/markdown/markdown-cli.lua
    trunk/Master/texmf-dist/source/generic/markdown/markdown.dtx
    trunk/Master/texmf-dist/tex/generic/markdown/markdown.tex
    trunk/Master/texmf-dist/tex/luatex/markdown/markdown.lua

Modified: trunk/Master/texmf-dist/doc/generic/markdown/VERSION
===================================================================
--- trunk/Master/texmf-dist/doc/generic/markdown/VERSION	2022-05-31 23:52:41 UTC (rev 63464)
+++ trunk/Master/texmf-dist/doc/generic/markdown/VERSION	2022-06-01 20:04:13 UTC (rev 63465)
@@ -1 +1 @@
-2.15.1-0-g4b33c77 (2022/05/17)
+2.15.2-0-gb238dbc (2022/05/31)

Modified: trunk/Master/texmf-dist/doc/generic/markdown/markdown.html
===================================================================
--- trunk/Master/texmf-dist/doc/generic/markdown/markdown.html	2022-05-31 23:52:41 UTC (rev 63464)
+++ trunk/Master/texmf-dist/doc/generic/markdown/markdown.html	2022-06-01 20:04:13 UTC (rev 63465)
@@ -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 @@
 <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>

Modified: trunk/Master/texmf-dist/doc/generic/markdown/markdown.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/scripts/markdown/markdown-cli.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/markdown/markdown-cli.lua	2022-05-31 23:52:41 UTC (rev 63464)
+++ trunk/Master/texmf-dist/scripts/markdown/markdown-cli.lua	2022-06-01 20:04:13 UTC (rev 63465)
@@ -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",

Modified: trunk/Master/texmf-dist/source/generic/markdown/markdown.dtx
===================================================================
--- trunk/Master/texmf-dist/source/generic/markdown/markdown.dtx	2022-05-31 23:52:41 UTC (rev 63464)
+++ trunk/Master/texmf-dist/source/generic/markdown/markdown.dtx	2022-06-01 20:04:13 UTC (rev 63465)
@@ -808,7 +808,7 @@
     },
   },
 }
-\def\markdownLaTeXRendererAbsoluteLink#1#2#3#4{%
+\renewcommand\markdownLaTeXRendererDirectOrIndirectLink[4]{%
   #1\footnote{See \url{#3}.}}
 \RequirePackage{varioref}
 \vrefwarning
@@ -4169,8 +4169,8 @@
         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 @@
 % 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 @@
 %
 % 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}

Modified: trunk/Master/texmf-dist/tex/generic/markdown/markdown.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/markdown/markdown.tex	2022-05-31 23:52:41 UTC (rev 63464)
+++ trunk/Master/texmf-dist/tex/generic/markdown/markdown.tex	2022-06-01 20:04:13 UTC (rev 63465)
@@ -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

Modified: trunk/Master/texmf-dist/tex/luatex/markdown/markdown.lua
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/markdown/markdown.lua	2022-05-31 23:52:41 UTC (rev 63464)
+++ trunk/Master/texmf-dist/tex/luatex/markdown/markdown.lua	2022-06-01 20:04:13 UTC (rev 63465)
@@ -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",



More information about the tex-live-commits mailing list.