From 109c1b54774ab8b4720fcc9057bece7607de57b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= Date: Fri, 14 Apr 2023 12:40:43 +0200 Subject: [PATCH] Unify comments in example documents --- examples/context-mkii.tex | 2 +- examples/context-mkiv.tex | 2 +- examples/latex-luatex.tex | 3 +++ examples/latex-pdftex.tex | 3 +++ 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/examples/context-mkii.tex b/examples/context-mkii.tex index e4f953c9a..58e297d57 100644 --- a/examples/context-mkii.tex +++ b/examples/context-mkii.tex @@ -54,7 +54,7 @@ \catcode`\%=14\relax \catcode`\#=6\relax -% Typeset inline markdown text. +% Typeset some further examples with inline markdown text. \startmarkdown Here are some non-ASCII characters: *ěščřžýáíé* diff --git a/examples/context-mkiv.tex b/examples/context-mkiv.tex index 9d485820c..4c05059f3 100644 --- a/examples/context-mkiv.tex +++ b/examples/context-mkiv.tex @@ -70,7 +70,7 @@ \catcode`\%=14\relax \catcode`\#=6\relax -% Typeset inline markdown text. +% Typeset some further examples with inline markdown text. \startmarkdown Here are some non-ASCII characters: *ěščřžýáíé* diff --git a/examples/latex-luatex.tex b/examples/latex-luatex.tex index 5390f7769..18b16bf77 100644 --- a/examples/latex-luatex.tex +++ b/examples/latex-luatex.tex @@ -3,6 +3,7 @@ \setmainlanguage{english} \usepackage{fontspec} \usepackage{booktabs} +% Load the Markdown package and set its options. \usepackage[ contentBlocks, debugExtensions, @@ -26,6 +27,7 @@ texMathDoubleBackslash, texMathSingleBackslash, ]{markdown} +% Set the document metadata using a YAML metadata block. \begin{markdown*}{hybrid} --- title: An Example *Markdown* Document @@ -47,6 +49,7 @@ \catcode`\%=14\relax \catcode`\#=6\relax +% Typeset some further examples with inline markdown text. \begin{markdown} Here are some non-ASCII characters: *ěščřžýáíé*. \end{markdown} diff --git a/examples/latex-pdftex.tex b/examples/latex-pdftex.tex index be475feef..db6cbea8c 100644 --- a/examples/latex-pdftex.tex +++ b/examples/latex-pdftex.tex @@ -4,6 +4,7 @@ \usepackage[T1]{fontenc} \usepackage{lmodern} \usepackage{booktabs} +% Load the Markdown package and set its options. \usepackage[ contentBlocks, debugExtensions, @@ -27,6 +28,7 @@ texMathDoubleBackslash, texMathSingleBackslash, ]{markdown} +% Set the document metadata using a YAML metadata block. \begin{markdown*}{hybrid} --- title: An Example *Markdown* Document @@ -48,6 +50,7 @@ \catcode`\%=14\relax \catcode`\#=6\relax +% Typeset some further examples with inline markdown text. \begin{markdown} Here are some non-ASCII characters: *ěščřžýáíé*. \end{markdown}