diff options
author | Karl Berry <karl@freefriends.org> | 2024-11-04 21:41:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-11-04 21:41:38 +0000 |
commit | f7ef0df55c4c9d8683d5a1b9091d9385ae33f742 (patch) | |
tree | 79eb60e8082e59ecd3c95b3da9055aa488d8d48c /Master/texmf-dist/scripts | |
parent | e0075297e9bec23f77854cb8a0492968e60b7e7e (diff) |
markdown (4nov24)
git-svn-id: svn://tug.org/texlive/trunk@72765 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rw-r--r-- | Master/texmf-dist/scripts/markdown/markdown-cli.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/markdown/markdown-cli.lua b/Master/texmf-dist/scripts/markdown/markdown-cli.lua index d183da83f1e..9ff6cddd8ee 100644 --- a/Master/texmf-dist/scripts/markdown/markdown-cli.lua +++ b/Master/texmf-dist/scripts/markdown/markdown-cli.lua @@ -58,7 +58,7 @@ -- those in the standard .ins files. -- local metadata = { - version = "3.8.0-0-ga4bab835", + version = "3.8.1-0-gbbed72f3", comment = "A module for the conversion from markdown " .. "to plain TeX", author = "John MacFarlane, Hans Hagen, Vít Starý Novotný, " |