summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/markdown/markdown.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-30 21:14:20 +0000
committerKarl Berry <karl@freefriends.org>2022-01-30 21:14:20 +0000
commitd88c12c479ddbadc494d4967e6c4777f1afeb537 (patch)
tree6392333f6f77518cfb8a6b4f71116138225703da /Master/texmf-dist/tex/generic/markdown/markdown.tex
parent88ea99da9ff53c27e892b7524db90febe4a28b22 (diff)
markdown (30jan22)
git-svn-id: svn://tug.org/texlive/trunk@61807 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/markdown/markdown.tex')
-rw-r--r--Master/texmf-dist/tex/generic/markdown/markdown.tex10
1 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/generic/markdown/markdown.tex b/Master/texmf-dist/tex/generic/markdown/markdown.tex
index a9568c2ad7b..1586d5579a7 100644
--- a/Master/texmf-dist/tex/generic/markdown/markdown.tex
+++ b/Master/texmf-dist/tex/generic/markdown/markdown.tex
@@ -45,8 +45,8 @@
%%
%% The names of the source files used are shown above.
%%
-\def\markdownLastModified{2021/12/30}%
-\def\markdownVersion{2.12.0-1-g976f074}%
+\def\markdownLastModified{2022/01/30}%
+\def\markdownVersion{2.13.0-0-g1f680a8}%
\let\markdownBegin\relax
\let\markdownEnd\relax
\let\markdownInput\relax
@@ -95,6 +95,10 @@
\markdownRendererHalfTickedBoxPrototype}%
\def\markdownRendererUntickedBox{%
\markdownRendererUntickedBoxPrototype}%
+\def\markdownRendererDocumentBegin{%
+ \markdownRendererDocumentBeginPrototype}%
+\def\markdownRendererDocumentEnd{%
+ \markdownRendererDocumentEndPrototype}%
\def\markdownRendererInterblockSeparator{%
\markdownRendererInterblockSeparatorPrototype}%
\def\markdownRendererLineBreak{%
@@ -235,6 +239,8 @@
\markdownRendererTablePrototype}%
\def\markdownRendererInlineHtmlComment{%
\markdownRendererInlineHtmlCommentPrototype}%
+\def\markdownRendererDocumentBeginPrototype{}%
+\def\markdownRendererDocumentEndPrototype{}%
\def\markdownRendererInterblockSeparatorPrototype{}%
\def\markdownRendererLineBreakPrototype{}%
\def\markdownRendererEllipsisPrototype{}%