diff options
author | Karl Berry <karl@freefriends.org> | 2016-12-08 23:00:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-12-08 23:00:36 +0000 |
commit | 0289f1e978eb4e6e1c0b025309fdcfe3eb43e5c9 (patch) | |
tree | c4684ce2aa25a5d09c0b23e5063c870e9810d417 /Master/texmf-dist/tex/latex/markdown | |
parent | 75ab39a4900b7447f06b9e39d9b6480d266fb254 (diff) |
markdown (8dec16)
git-svn-id: svn://tug.org/texlive/trunk@42652 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/markdown')
-rw-r--r-- | Master/texmf-dist/tex/latex/markdown/markdown.sty | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/markdown/markdown.sty b/Master/texmf-dist/tex/latex/markdown/markdown.sty index ecaa4448cc2..a086cc4eb82 100644 --- a/Master/texmf-dist/tex/latex/markdown/markdown.sty +++ b/Master/texmf-dist/tex/latex/markdown/markdown.sty @@ -79,6 +79,8 @@ \def\markdownOptionHashEnumerators{#1}}% \define@key{markdownOptions}{hybrid}[true]{% \def\markdownOptionHybrid{#1}}% +\define@key{markdownOptions}{inlineFotnotes}[true]{% + \def\markdownOptionInlineFootnotes{#1}}% \define@key{markdownOptions}{preserveTabs}[true]{% \def\markdownOptionPreserveTabs{#1}}% \define@key{markdownOptions}{smartEllipses}[true]{% |