Skip to content
Snippets Groups Projects
Commit 896800d4 authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

The examples now showcase the use of inline footnotes.

parent 3de8ba9e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment