diff --git a/example/mu/example.dtx b/example/mu/example.dtx index 8508f9b5022114a6787f99cbfe43b09b73025064..da3e67bfd94d6b06da6245454fcfc96e71d83d71 100644 --- a/example/mu/example.dtx +++ b/example/mu/example.dtx @@ -631,20 +631,19 @@ WĂĽnsch mir GlĂĽck! %<*pdftex> \shorthandoff{-} %</pdftex> -\begin{markdown*}{% - hybrid, +\begin{markdown}[ definitionLists, - footnotes, - inlineFootnotes, + notes, + inlineNotes, hashEnumerators, - fencedCode, citations, citationNbsps, pipeTables, + rawAttribute, tableCaptions, -} +] -If you decide that \LaTeX{} is too wordy for some parts of your +If you decide that `\LaTeX`{=tex} is too wordy for some parts of your document, there are [packages](https://www.ctan.org/pkg/markdown "Markdown") that allow you to use more lightweight markup next to it. @@ -786,7 +785,7 @@ belong to the previous footnote. Citations are used to provide bibliographical references to other documents. This is a regular citation~[@borgman03, p. 123]. This is -an in-text citation: @borgman03\. You can also cite several authors +an in-text citation: @borgman03. You can also cite several authors at once using both regular~[see @borgman03, p. 123; @greenberg98, sec. 3.2; and @thanh01] and in-text citations: @borgman03 [p.123; @greenberg98, sec. 3.2; @thanh01]. @@ -830,7 +829,7 @@ print(joe.pop, " ") while joe.size > 0 print "\n" ~~~~~~ -\end{markdown*} +\end{markdown} %<*pdftex> \shorthandon{-} %</pdftex>