diff --git a/example/mu/Makefile b/example/mu/Makefile
index 7216e1be53eecafe1eb6f1650e595bd6a6ef312e..9ec6709b7d1860e95f2270bd465c56747d13ae6a 100644
--- a/example/mu/Makefile
+++ b/example/mu/Makefile
@@ -7,7 +7,7 @@ PDFLATEX=pdflatex --shell-escape
 LUALATEX=lualatex
 AUXFILES=*.aux *.log *.out *.toc *.lot *.lof *.bcf *.blg *.run.xml \
 		*.bbl *.idx *.ind *.ilg *.markdown.*
-AUXDIRS=_markdown-*/
+AUXDIRS=_markdown-*/ _markdown_*/ _minted-*/
 OUTPUT=$(PDFFILES) $(PDFFILES:.pdf=.tex)
 
 .PHONY: all clean
diff --git a/example/mu/example.dtx b/example/mu/example.dtx
index 53b67ea1789c413578bacaa74b69580bbd20d113..4e6a3ac37b3d70a3ac074fbf9852b13e4129c3bc 100644
--- a/example/mu/example.dtx
+++ b/example/mu/example.dtx
@@ -714,6 +714,7 @@ fonts will become available: \[
   hybrid,
   definitionLists,
   footnotes,
+  inlineFootnotes,
   hashEnumerators,
   fencedCode}
 
@@ -797,9 +798,8 @@ the rest of the work:
 
 Footnotes are used to include additional information to the
 document that are not necessary for the understanding of the main
-text. Here is a footnote reference[^1] and another[^longnote].
-  
-[^1]: Here is the footnote.
+text. Here is a footnote reference^[Here is the footnote.] and
+another.[^longnote]
 
 [^longnote]: Here's one with multiple blocks.