summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/markdown/markdown.dtx
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 /Master/texmf-dist/source/generic/markdown/markdown.dtx
parent1d0defba80df5dc69b006191a960fc39adda2a1e (diff)
markdown (1jun22)
git-svn-id: svn://tug.org/texlive/trunk@63465 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/markdown/markdown.dtx')
-rw-r--r--Master/texmf-dist/source/generic/markdown/markdown.dtx10
1 files changed, 5 insertions, 5 deletions
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}