From b364beb55db217a732f0509535557cf13dae085c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= <witiko@mail.muni.cz>
Date: Fri, 9 Dec 2016 03:11:28 +0100
Subject: [PATCH] The examples now showcase the use of markdown citations.

---
 example/mu/example.dtx | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/example/mu/example.dtx b/example/mu/example.dtx
index aa12f01..4755b99 100644
--- a/example/mu/example.dtx
+++ b/example/mu/example.dtx
@@ -716,7 +716,10 @@ fonts will become available: \[
   footnotes,
   inlineFootnotes,
   hashEnumerators,
-  fencedCode}
+  fencedCode,
+  citations,
+  citationNbsps,
+}
 
 If you decide that \LaTeX{} is too wordy for some parts of your
 document, there are [packages](https://www.ctan.org/pkg/markdown
@@ -812,6 +815,13 @@ belong to the previous footnote.
     line.  In this way, multi-paragraph footnotes work like
     multi-paragraph list items.
 
+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
+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].
+
 Code blocks are used to include source code listings into the
 document:
 
-- 
GitLab