summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/markdown/markdown.dtx
diff options
context:
space:
mode:
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}