diff options
author | Karl Berry <karl@freefriends.org> | 2016-09-06 21:30:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-09-06 21:30:37 +0000 |
commit | b17c2558bca9c4b79e1b9352a7cee8c940542e1b (patch) | |
tree | e4e3fb16c5a40c5702fd85af92da59157d791948 /Master/texmf-dist/tex/generic | |
parent | 3a322c171ab33afe5d5481ca124f9c2b3d3e1fc9 (diff) |
markdown (6sep16)
git-svn-id: svn://tug.org/texlive/trunk@42000 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic')
-rw-r--r-- | Master/texmf-dist/tex/generic/markdown/markdown.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/generic/markdown/markdown.tex b/Master/texmf-dist/tex/generic/markdown/markdown.tex index 12fcc8df129..532fc114507 100644 --- a/Master/texmf-dist/tex/generic/markdown/markdown.tex +++ b/Master/texmf-dist/tex/generic/markdown/markdown.tex @@ -45,15 +45,15 @@ %% %% The names of the source files used are shown above. %% -\def\markdownLastModified{2016/08/20}% -\def\markdownVersion{2.1.0}% +\def\markdownLastModified{2016/09/06}% +\def\markdownVersion{2.1.1}% \let\markdownBegin\relax \let\markdownEnd\relax \let\markdownInput\relax \def\markdownOptionHelperScriptFileName{\jobname.markdown.lua}% \def\markdownOptionInputTempFileName{\jobname.markdown.in}% \def\markdownOptionOutputTempFileName{\jobname.markdown.out}% -\def\markdownOptionCacheDir{_markdown_\jobname}% +\def\markdownOptionCacheDir{./_markdown_\jobname}% \let\markdownOptionBlankBeforeBlockquote\undefined \let\markdownOptionBlankBeforeCodeFence\undefined \let\markdownOptionBlankBeforeHeading\undefined |