summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/examples/latex-pdftex.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/markdown/examples/latex-pdftex.tex')
-rw-r--r--macros/generic/markdown/examples/latex-pdftex.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/macros/generic/markdown/examples/latex-pdftex.tex b/macros/generic/markdown/examples/latex-pdftex.tex
index db6cbea8c8..7d188d75f2 100644
--- a/macros/generic/markdown/examples/latex-pdftex.tex
+++ b/macros/generic/markdown/examples/latex-pdftex.tex
@@ -29,13 +29,13 @@
texMathSingleBackslash,
]{markdown}
% Set the document metadata using a YAML metadata block.
-\begin{markdown*}{hybrid}
+\begin{markdown}[hybrid]
---
title: An Example *Markdown* Document
-author: Vít Novotný
+author: Vít Starý Novotný
date: \today
---
-\end{markdown*}
+\end{markdown}
\begin{document}
% Typeset the document `example.md` by letting the Markdown package handle
% the conversion internally.
@@ -55,7 +55,7 @@ date: \today
Here are some non-ASCII characters: *ěščřžýáíé*.
\end{markdown}
-\begin{markdown*}{html, hybrid}
+\begin{markdown}[hybrid]
Here is some <b>HTML code</b> mixed *with Markdown*. In \TeX, the HTML code
will be silently ignored, whereas in \TeX 4ht, the HTML code will be passed
through to the output:
@@ -72,5 +72,5 @@ through to the output:
<td>10</td>
</tr>
</table>
-\end{markdown*}
+\end{markdown}
\end{document}