diff --git a/examples/Makefile b/examples/Makefile index 43b9ff47d..3b7f41b42 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -2,7 +2,7 @@ AUXFILES=*.tmp *.tui *.tuo *.mp *.tuc *.markdown.in *.markdown.out \ *.markdown.lua *.log *.aux context-mkii.tex context-mkiv.tex \ latex-pdftex.tex latex-xetex.tex latex-luatex.tex -AUXDIRS=_markdown-*/ +AUXDIRS=_markdown_*/ OUTPUT=context-mkii.pdf context-mkiv.pdf latex-pdftex.pdf \ latex-luatex.pdf latex-xetex.pdf diff --git a/examples/context.tex b/examples/context.tex index ec17e9f29..a923a19b9 100644 --- a/examples/context.tex +++ b/examples/context.tex @@ -3,6 +3,7 @@ \def\markdownOptionDefinitionLists{true} \def\markdownOptionSmartEllipses{true} \def\markdownOptionFootnotes{true} +\def\markdownOptionInlineFootnotes{true} \def\markdownOptionFencedCode{true} \definetyping [latex] \setuptyping [latex] [option=TEX] diff --git a/examples/example.md b/examples/example.md index b0b1b047f..03e8adfb2 100644 --- a/examples/example.md +++ b/examples/example.md @@ -100,7 +100,10 @@ This is a block quote: > > Back to the first level. -Here is a footnote reference[^1] and another[^longnote]. +Here is a footnote reference[^1] and another.[^longnote] +Here is an inline note.^[Inlines notes are easier to +write, since you don't have to pick an identifier and +move down to type the note.] [^1]: Here is the footnote. diff --git a/examples/latex.tex b/examples/latex.tex index 9270bb4c1..f6f7d9ab4 100644 --- a/examples/latex.tex +++ b/examples/latex.tex @@ -13,6 +13,7 @@ hashEnumerators, definitionLists, footnotes, + inlineFootnotes, smartEllipses, fencedCode, ]{markdown}