Commit f2bbcccc authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Merge branch 'fix/deprecated-markdown-environments' into 'master'

Replace `markdown*` with `markdown` in example files

Closes #46

See merge request !49
parents 87cd6327 0554663c
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -631,7 +631,7 @@ Wünsch mir Glück!
%<*pdftex>
\shorthandoff{-}
%</pdftex>
\begin{markdown*}{
\begin{markdown}[
  citationNbsps,
  citations,
  definitionLists,
@@ -642,7 +642,7 @@ Wünsch mir Glück!
  pipeTables,
  rawAttribute,
  tableCaptions,
}
]

If you decide that `\LaTeX`{=tex} is too wordy for some parts of your
document, there are [packages](https://www.ctan.org/pkg/markdown
@@ -830,7 +830,7 @@ print(joe.pop, " ") while joe.size > 0
print "\n"
~~~~~~

\end{markdown*}
\end{markdown}
%<*pdftex>
\shorthandon{-}
%</pdftex>