\input{mmd-article-header} \def\mytitle{MultiMarkdown Footer Test} \input{mmd-article-begin-doc} \part{Footnotes} \label{footnotes} Here is some text containing a footnote.\footnote{Here is the text of the footnote itself. It also has a \href{http://somelink.com}{link}\footnote{\href{http://somelink.com}{http:/\slash somelink.com}}.} \begin{quote} And here is a footnote within a blockquote, should be labelled \#2.\footnote{Note \# 2.} \end{quote} And this is a codeblock, that should not be a footnote: \begin{verbatim} This is code.[^somesamplefootnote] \end{verbatim} And this is a short footnote for testing.\footnote{Finis 2} And now, reuse a footnote.\footnote{Finis 2} Repeat previous footnote marker: This is an inline footnote.\footnote{This is the \emph{actual} text of the footnote itself.} This is a footnote with 2 paragraphs.\footnote{First paragraph Second paragraph} Here is some text containing a more complicated inline footnote.\footnote{Footnote Text and a link to \href{http://google.com}{Google}\footnote{\href{http://google.com}{http:/\slash google.com}}.} \input{mmd-memoir-footer} \end{document}