Skip to content

Commit

Permalink
Use debugExtensions Lua option in example documents
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Oct 3, 2022
1 parent 4a612a9 commit ce4afab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
AUXFILES=*.tmp *.tui *.tuo *.mp *.tuc *.markdown.in *.markdown.out \
*.markdown.lua *.log *.aux *.dvi *.idv *.lg *.tmp *.xref *.4ct *.4tc \
latex-pdftex.tex latex-xetex.tex latex-luatex.tex latex-tex4ht.tex \
example.tex
example.tex *.debug-extensions.json debug-extensions.json
AUXDIRS=_markdown_*/
LUACLI_OPTIONS=cacheDir=_markdown_example hashEnumerators=true \
definitionLists=true footnotes=true inlineFootnotes=true \
smartEllipses=true fencedCode=true contentBlocks=true pipeTables=true \
tableCaptions=true taskLists=true strikeThrough=true superscripts=true \
subscripts=true fancyLists=true
subscripts=true fancyLists=true debugExtensions=true
OUTPUT=context-mkii.pdf context-mkiv.pdf latex-pdftex.pdf \
latex-luatex.pdf latex-xetex.pdf latex-tex4ht.html latex-tex4ht.css

Expand Down
1 change: 1 addition & 0 deletions examples/context-mkii.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
\setupmarkdown
[
hashEnumerators = yes,
debugExtensions = yes,
definitionLists = yes,
smartEllipses = yes,
footnotes = yes,
Expand Down
1 change: 1 addition & 0 deletions examples/context-mkiv.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
\setupmarkdown
[
hashEnumerators = yes,
debugExtensions = yes,
definitionLists = yes,
smartEllipses = yes,
footnotes = yes,
Expand Down
1 change: 1 addition & 0 deletions examples/latex.tex
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
\usepackage{booktabs}
\usepackage[
hashEnumerators,
debugExtensions,
definitionLists,
footnotes,
inlineFootnotes,
Expand Down

0 comments on commit ce4afab

Please sign in to comment.