summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/examples
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-10-02 03:04:14 +0000
committerNorbert Preining <norbert@preining.info>2022-10-02 03:04:14 +0000
commit097f244236b682cc77c6ecf25be4150091d8daf9 (patch)
tree26998e72d2b56a87033d9fb72923258fc93ebe53 /macros/generic/markdown/examples
parent4043e29dc8ac56047ac45f872a2ea1f3031b6b05 (diff)
CTAN sync 202210020304
Diffstat (limited to 'macros/generic/markdown/examples')
-rw-r--r--macros/generic/markdown/examples/context-mkii.tex2
-rw-r--r--macros/generic/markdown/examples/context-mkiv.tex2
-rw-r--r--macros/generic/markdown/examples/latex.tex2
3 files changed, 6 insertions, 0 deletions
diff --git a/macros/generic/markdown/examples/context-mkii.tex b/macros/generic/markdown/examples/context-mkii.tex
index 7a49793ab8..13ce98fd60 100644
--- a/macros/generic/markdown/examples/context-mkii.tex
+++ b/macros/generic/markdown/examples/context-mkii.tex
@@ -43,8 +43,10 @@
% Lua command-line interface and that contains a plain TeX representation
% of the document `example.md`.
\catcode`\%=12\relax
+\catcode`\#=12\relax
\doiffileelse{./example.tex}{\input example}{}
\catcode`\%=14\relax
+\catcode`\#=6\relax
% Typeset inline markdown text.
\startmarkdown
diff --git a/macros/generic/markdown/examples/context-mkiv.tex b/macros/generic/markdown/examples/context-mkiv.tex
index 419b34b554..415cf2a4dd 100644
--- a/macros/generic/markdown/examples/context-mkiv.tex
+++ b/macros/generic/markdown/examples/context-mkiv.tex
@@ -55,8 +55,10 @@
% Lua command-line interface and that contains a plain TeX representation
% of the document `example.md`.
\catcode`\%=12\relax
+\catcode`\#=12\relax
\doiffileelse{./example.tex}{\input example}{}
\catcode`\%=14\relax
+\catcode`\#=6\relax
% Typeset inline markdown text.
\startmarkdown
diff --git a/macros/generic/markdown/examples/latex.tex b/macros/generic/markdown/examples/latex.tex
index e29f9a418b..cb2bce39b8 100644
--- a/macros/generic/markdown/examples/latex.tex
+++ b/macros/generic/markdown/examples/latex.tex
@@ -48,8 +48,10 @@ date: \today
% Lua command-line interface of the Markdown package and that contains a
% plain TeX representation of the document `example.md`.
\catcode`\%=12\relax
+\catcode`\#=12\relax
\InputIfFileExists{./example.tex}{}{}
\catcode`\%=14\relax
+\catcode`\#=6\relax
\begin{markdown}
Here are some non-ASCII characters: *ěščřžýáíé*.