+Title: Abbreviations
+latex config: article
+
foo
bar
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Advanced Emph and Strong</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard">foo<text:span text:style-name="MMD-Italic">bar</text:span></text:p>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Advanced Emph and Strong</title>
+</head>
+<body>
+
<p>foo<em>bar</em></p>
<p>foo*bar**</p>
<p><em>ab</em>duct instead of ab<em>duct</em></p>
<p>25</p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Advanced Emph and Strong}
+\input{mmd6-article-begin}
+
foo\emph{bar}
foo*bar**
\emph{ab}duct instead of ab\emph{duct}
25
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Advanced Emph and Strong
+latex config: article
+
foo*bar*
foo*bar**
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Advanced Fenced Code Blocks</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard"><text:span text:style-name="Source_20_Text">foo *2*</text:span></text:p>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Advanced Fenced Code Blocks</title>
+</head>
+<body>
+
<p><code>foo *2*</code></p>
<pre><code>foo *3*
<pre><code class="perl">foo
</code></pre>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Advanced Fenced Code Blocks}
+\input{mmd6-article-begin}
+
\texttt{foo *2*}
\begin{verbatim}
\begin{lstlisting}[language=perl]
foo
\end{lstlisting}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Advanced Fenced Code Blocks
+latex config: article
+
``
foo *2*
``
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Advanced Headers</title>
+</office:meta>
<office:body>
<office:text>
<text:h text:outline-level="1"><text:bookmark text:name="bar"/>foo <text:bookmark-end text:name="bar"/></text:h>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Advanced Headers</title>
+</head>
+<body>
+
<h1 id="bar">foo </h1>
<h1 id="bar">foo</h1>
<p><a href="#bar">bar</a></p>
<p><a href="#bar">foo</a></p>
-
\ No newline at end of file
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Advanced Headers}
+\input{mmd6-article-begin}
+
\part{foo }
\label{bar}
\autoref{bar}
foo (\autoref{bar})
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Advanced Headers
+latex config: article
+
# foo [bar] #
# foo[bar]
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Amps and Angles</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard">AT&T has an ampersand in their name.</text:p>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Amps and Angles</title>
+</head>
+<body>
+
<p>AT&T has an ampersand in their name.</p>
<p>AT&T is another way to write it.</p>
</code></pre>
<p>10</p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Amps and Angles}
+\input{mmd6-article-begin}
+
AT\&T has an ampersand in their name.
AT\&T is another way to write it.
\end{verbatim}
10
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Amps and Angles
+latex config: article
+
AT&T has an ampersand in their name.
AT&T is another way to write it.
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Automatic Links</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard"><text:a xlink:type="simple" xlink:href="http://foo.com/">http://foo.com/</text:a></text:p>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Automatic Links</title>
+</head>
+<body>
+
<p><a href="http://foo.com/">http://foo.com/</a></p>
<p><a href="mailto:foo@bar.com">foo@bar.com</a></p>
<p><a href="mailto:foo@bar.com">mailto:foo@bar.com</a></p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Automatic Links}
+\input{mmd6-article-begin}
+
\href{http://foo.com/}{http:\slash \slash foo.com\slash }
\href{mailto:foo@bar.com}{foo@bar.com}
\href{mailto:foo@bar.com}{mailto:foo@bar.com}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Automatic Links
+latex config: article
+
<http://foo.com/>
<foo@bar.com>
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Basic Blocks</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard">foo</text:p>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Basic Blocks</title>
+</head>
+<body>
+
<p>foo</p>
<h1 id="headingfoo">Heading <em>foo</em> </h1>
<p>foo
bar</p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Basic Blocks}
+\input{mmd6-article-begin}
+
foo
\part{Heading \emph{foo} }
foo
bar
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Basic Blocks
+latex config: article
+
foo
# Heading *foo* #
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Basic Lists</title>
+</head>
+<body>
+
<ul>
<li>foo</li>
<li>foo</li>
</ul>
<p>15</p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Basic Lists}
+\input{mmd6-article-begin}
+
\begin{itemize}
\item foo
\end{itemize}
15
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Basic Lists
+latex config: article
+
* foo
* foo
* foo
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Blockquotes</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Quotations">foo
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Blockquotes</title>
+</head>
+<body>
+
<blockquote>
<p>foo
bar</p>
<p>bar</p>
</blockquote>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Blockquotes}
+\input{mmd6-article-begin}
+
\begin{quote}
foo
bar
bar
\end{quote}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Blockquotes
+latex config: article
+
> foo
> bar
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Citations</title>
+</office:meta>
<office:body>
<office:text>
<text:h text:outline-level="1"><text:bookmark text:name="citep"/>citep <text:bookmark-end text:name="citep"/></text:h>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Citations</title>
+</head>
+<body>
+
<h1 id="citep">citep </h1>
<p><a href="#cn:1" id="cnref:1" title="see citation" class="citation">[1]</a></p>
</ol>
</div>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Citations}
+\input{mmd6-article-begin}
+
\part{citep }
\label{citep}
John Doe. \emph{A Totally Fake Book}. Vanity Press, 2006.
\end{thebibliography}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Citations
+latex config: article
+
# citep #
[#foo1]
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Code Spans</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard"><text:span text:style-name="Source_20_Text">foo</text:span></text:p>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Code Spans</title>
+</head>
+<body>
+
<p><code>foo</code></p>
<p><code>foo ` bar</code></p>
<p><code>-<>--&\&---...</code></p>
<p><code>`foo`</code></p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Code Spans}
+\input{mmd6-article-begin}
+
\texttt{foo}
\texttt{foo ` bar}
\texttt{-$<$$>$-{}-\&\textbackslash{}\&-{}-{}-...}
\texttt{`foo`}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Code Spans
+latex config: article
+
`foo`
`` foo ` bar ``
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>CriticMarkup</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard"><text:span text:style-name="Underline">foo</text:span></text:p>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>CriticMarkup</title>
+</head>
+<body>
+
<p><ins>foo</ins></p>
<p><del>bar</del></p>
<p><del>foo<del> bar</del></del></p>
<p><ins>foo<del> bar</del></ins></p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{CriticMarkup}
+\input{mmd6-article-begin}
+
\underline{foo}
\sout{bar}
\sout{foo\sout{ bar}}
\underline{foo\sout{ bar}}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: CriticMarkup
+latex config: article
+
{++foo++}
{--bar--}
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Cross-References</title>
+</office:meta>
<office:body>
<office:text>
<text:h text:outline-level="1"><text:bookmark text:name="asection"/>A Section <text:bookmark-end text:name="asection"/></text:h>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Cross-References</title>
+</head>
+<body>
+
<h1 id="asection">A Section </h1>
<h1 id="109canstartwithdigit">109&*&#()^ Can Start With Digit </h1>
<h1 id="test的multibyte">Test 的 Multibyte </h1>
<p>10</p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Cross-References}
+\input{mmd6-article-begin}
+
\part{A Section }
\label{asection}
\label{test的multibyte}
10
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Cross-References
+latex config: article
+
# A Section #
# 109&*&#()^ Can Start With Digit #
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Definition Lists</title>
+</head>
+<body>
+
<dl>
<dt>foo</dt>
<dt>bar</dt>
</dl>
<p>foo</p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Definition Lists}
+\input{mmd6-article-begin}
+
\begin{description}
\item[foo]
\end{description}
foo
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Definition Lists
+latex config: article
+
foo
bar
: *foo bar
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
<office:meta>
+ <title>Dutch</title>
</office:meta>
<office:body>
<office:text>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Dutch</title>
+ <meta name="language" content="nl"/>
+</head>
+<body>
+
<p>‘foo’</p>
<p>„foo”</p>
</ol>
</div>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Dutch}
+\def\language{nl}
+\input{mmd6-article-begin}
+
`foo'
„foo''
\bibitem{bar}
foo
\end{thebibliography}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Dutch
+latex config: article
language: nl
'foo'
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Edge Cases 2</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard"><text:span text:style-name="MMD-Bold">b</text:span>, <text:span text:style-name="MMD-Italic">u</text:span>, <text:span text:style-name="MMD-Bold">v</text:span>, <text:span text:style-name="MMD-Italic"><text:span text:style-name="MMD-Bold">w</text:span></text:span>, <text:span text:style-name="MMD-Italic"><text:span text:style-name="MMD-Bold">x</text:span></text:span>, <text:span text:style-name="MMD-Bold"><text:span text:style-name="MMD-Italic">y</text:span></text:span>, <text:span text:style-name="MMD-Bold"><text:span text:style-name="MMD-Italic">z</text:span></text:span>, <text:span text:style-name="MMD-Italic">t <text:span text:style-name="MMD-Bold">w</text:span> t</text:span>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Edge Cases 2</title>
+</head>
+<body>
+
<p><strong>b</strong>, <em>u</em>, <strong>v</strong>, <em><strong>w</strong></em>, <em><strong>x</strong></em>, <strong><em>y</em></strong>, <strong><em>z</em></strong>, <em>t <strong>w</strong> t</em>
<strong>b</strong>, <em>u</em>, <strong>v</strong>, <em><strong>w</strong></em>, <em><strong>x</strong></em>, <strong><em>y</em></strong>, <strong><em>z</em></strong>, <em>t <strong>w</strong> t</em>
<strong>b</strong>, <em>u</em>, <strong>v</strong>, <em><strong>w</strong></em>, <em><strong>x</strong></em>, <strong><em>y</em></strong>, <strong><em>z</em></strong>, <em>t <strong>w</strong> t</em>
<strong>b</strong>, <em>u</em>, <strong>v</strong>, <em><strong>w</strong></em>, <em><strong>x</strong></em>, <strong><em>y</em></strong>, <strong><em>z</em></strong>, <em>t <strong>w</strong> t</em>
<strong>b</strong>, <em>u</em>, <strong>v</strong>, <em><strong>w</strong></em>, <em><strong>x</strong></em>, <strong><em>y</em></strong>, <strong><em>z</em></strong>, <em>t <strong>w</strong> t</em>
<strong>b</strong>, <em>u</em>, <strong>v</strong>, <em><strong>w</strong></em>, <em><strong>x</strong></em>, <strong><em>y</em></strong>, <strong><em>z</em></strong>, <em>t <strong>w</strong> t</em></p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Edge Cases 2}
+\input{mmd6-article-begin}
+
\textbf{b}, \emph{u}, \textbf{v}, \emph{\textbf{w}}, \emph{\textbf{x}}, \textbf{\emph{y}}, \textbf{\emph{z}}, \emph{t \textbf{w} t}
\textbf{b}, \emph{u}, \textbf{v}, \emph{\textbf{w}}, \emph{\textbf{x}}, \textbf{\emph{y}}, \textbf{\emph{z}}, \emph{t \textbf{w} t}
\textbf{b}, \emph{u}, \textbf{v}, \emph{\textbf{w}}, \emph{\textbf{x}}, \textbf{\emph{y}}, \textbf{\emph{z}}, \emph{t \textbf{w} t}
\textbf{b}, \emph{u}, \textbf{v}, \emph{\textbf{w}}, \emph{\textbf{x}}, \textbf{\emph{y}}, \textbf{\emph{z}}, \emph{t \textbf{w} t}
\textbf{b}, \emph{u}, \textbf{v}, \emph{\textbf{w}}, \emph{\textbf{x}}, \textbf{\emph{y}}, \textbf{\emph{z}}, \emph{t \textbf{w} t}
\textbf{b}, \emph{u}, \textbf{v}, \emph{\textbf{w}}, \emph{\textbf{x}}, \textbf{\emph{y}}, \textbf{\emph{z}}, \emph{t \textbf{w} t}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Edge Cases 2
+latex config: article
+
**b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t*
**b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t*
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Edge Cases</title>
+</office:meta>
<office:body>
<office:text>
<text:list text:style-name="L1">
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Edge Cases</title>
+</head>
+<body>
+
<ul>
<li>foo
bar</li>
<p><a href="http://foo.bar">foo *bar</a> foo* <em>bar</em></p>
<p>30</p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Edge Cases}
+\input{mmd6-article-begin}
+
\begin{itemize}
\item foo
bar
\href{http://foo.bar}{foo *bar}\footnote{\href{http://foo.bar}{http:\slash \slash foo.bar}} foo* \emph{bar}
30
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Edge Cases
+latex config: article
+
* foo
bar
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Emph and Strong Star</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard"><text:span text:style-name="MMD-Italic">foo</text:span></text:p>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Emph and Strong Star</title>
+</head>
+<body>
+
<p><em>foo</em></p>
<p>*<em>foo</em></p>
*foo
*foo
<em>foo</em></p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Emph and Strong Star}
+\input{mmd6-article-begin}
+
\emph{foo}
*\emph{foo}
*foo
*foo
\emph{foo}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Emph and Strong Star
+latex config: article
+
*foo*
**foo*
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Emph and Strong UL</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard"><text:span text:style-name="MMD-Italic">foo</text:span></text:p>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Emph and Strong UL</title>
+</head>
+<body>
+
<p><em>foo</em></p>
<p>_<em>foo</em></p>
_foo
_foo
<em>foo</em></p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Emph and Strong UL}
+\input{mmd6-article-begin}
+
\emph{foo}
\_\emph{foo}
\_foo
\_foo
\emph{foo}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Emph and Strong UL
+latex config: article
+
_foo_
__foo_
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
<office:meta>
+ <title>English</title>
</office:meta>
<office:body>
<office:text>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>English</title>
+ <meta name="language" content="en"/>
+</head>
+<body>
+
<p>‘foo’</p>
<p>“foo”</p>
</ol>
</div>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{English}
+\def\language{en}
+\input{mmd6-article-begin}
+
`foo'
``foo''
\bibitem{bar}
foo
\end{thebibliography}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: English
+latex config: article
language: en
'foo'
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Escapes</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard">.</text:p>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Escapes</title>
+</head>
+<body>
+
<p>.</p>
<p>!</p>
<p>`foo`</p>
<p>foo bar</p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Escapes}
+\input{mmd6-article-begin}
+
.
!
`foo`
foo~bar
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Escapes
+latex config: article
+
\.
\!
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Fenced Code Blocks</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Preformatted Text">*foo*<text:line-break/></text:p>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Fenced Code Blocks</title>
+</head>
+<body>
+
<pre><code>*foo*
</code></pre>
<pre><code>foo
</code></pre>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Fenced Code Blocks}
+\input{mmd6-article-begin}
+
\begin{verbatim}
*foo*
\end{verbatim}
\begin{verbatim}
foo
\end{verbatim}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Fenced Code Blocks
+latex config: article
+
```
*foo*
```
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Figure Images</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard"><draw:frame text:anchor-type="as-char"
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Figure Images</title>
+</head>
+<body>
+
<figure>
<img src="http://foo.bar/" alt="foo" id="foo" title="foo" width="40px" />
<figcaption>foo</figcaption>
<img src="http://foo.bar/" alt="foo" title="foo" width="40px" />
<figcaption><em>foo</em></figcaption>
</figure>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Figure Images}
+\input{mmd6-article-begin}
+
\begin{figure}[htbp]
\centering
\includegraphics[keepaspectratio,width=40pt,height=0.75\textheight]{http://foo.bar/}
\includegraphics[keepaspectratio,width=40pt,height=0.75\textheight]{http://foo.bar/}
\caption{\emph{foo}}
\end{figure}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Figure Images
+latex config: article
+
![foo]
![*bar*][foo]
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
<office:meta>
+ <title>French</title>
</office:meta>
<office:body>
<office:text>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>French</title>
+ <meta name="language" content="fr"/>
+</head>
+<body>
+
<p>'foo’</p>
<p>«foo»</p>
</ol>
</div>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{French}
+\def\language{fr}
+\input{mmd6-article-begin}
+
'foo'
«foo»
\bibitem{bar}
foo
\end{thebibliography}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: French
+latex config: article
language: fr
'foo'
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
<office:meta>
+ <title>German Guillemets</title>
</office:meta>
<office:body>
<office:text>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>German Guillemets</title>
+ <meta name="language" content="de"/>
+</head>
+<body>
+
<p>›foo‹</p>
<p>»foo«</p>
</ol>
</div>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{German Guillemets}
+\def\language{de}
+\input{mmd6-article-begin}
+
›foo‹
»foo«
\bibitem{bar}
foo
\end{thebibliography}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: German Guillemets
+latex config: article
language: de
quotes language: germanguillemets
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
<office:meta>
+ <title>German</title>
</office:meta>
<office:body>
<office:text>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>German</title>
+ <meta name="language" content="de"/>
+</head>
+<body>
+
<p>‚foo‘</p>
<p>„foo“</p>
</ol>
</div>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{German}
+\def\language{de}
+\input{mmd6-article-begin}
+
‚foo`
„foo``
\bibitem{bar}
foo
\end{thebibliography}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: German
+latex config: article
language: de
'foo'
<html>
<head>
<meta charset="utf-8"/>
- <title>Glossary</title>
+ <title>Glossaries</title>
</head>
<body>
\input{mmd6-article-leader}
-\def\mytitle{Glossary}
+\def\mytitle{Glossaries}
\longnewglossaryentry{foo}{name=foo}{Reference}
\longnewglossaryentry{foobar}{name=Foo Bar}{
-latexconfig: article
-Title: Glossary
+Title: Glossaries
+latex config: article
[?foo]
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>HTML Blocks</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard"><text:span text:style-name="MMD-Italic">bar1</text:span></text:p>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>HTML Blocks</title>
+</head>
+<body>
+
<p><del><em>bar1</em></del></p>
<del>
</div>
<p>20</p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{HTML Blocks}
+\input{mmd6-article-begin}
+
\emph{bar1}
foo
foo (\autoref{foo2})
-$<$!-- This is not a
-
\emph{comment} --$>$
15
\textbf{foo5}
20
+
+\input{mmd6-article-footer}
+\end{document}
+Title: HTML Blocks
+latex config: article
+
<del>*bar1*</del>
<del>
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>HTML Inline</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard"><text:span text:style-name="MMD-Italic">bar</text:span></text:p>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>HTML Inline</title>
+</head>
+<body>
+
<p><foo><em>bar</em></foo></p>
<p><foo bar="foo"><em>bar</em></foo></p>
with
multiple
line. --></p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{HTML Inline}
+\input{mmd6-article-begin}
+
\emph{bar}
\emph{bar}
with
multiple
line.
+
+\input{mmd6-article-footer}
+\end{document}
+Title: HTML Inline
+latex config: article
+
<foo>*bar*</foo>
<foo bar="foo">*bar*</foo>
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Headers</title>
+</office:meta>
<office:body>
<office:text>
<text:h text:outline-level="1"><text:bookmark text:name="foo"/>foo <text:bookmark-end text:name="foo"/></text:h>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Headers</title>
+</head>
+<body>
+
<h1 id="foo">foo </h1>
<h1 id="foo">foo </h1>
<p>####### foo #######</p>
<p>15</p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Headers}
+\input{mmd6-article-begin}
+
\part{foo }
\label{foo}
\#\#\#\#\#\#\# foo \#\#\#\#\#\#\#
15
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Headers
+latex config: article
+
# foo #
# foo #
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Horizontal Rules</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard">Dashes:</text:p>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Horizontal Rules</title>
+</head>
+<body>
+
<p>Dashes:</p>
<hr />
</code></pre>
<p>30</p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Horizontal Rules}
+\input{mmd6-article-begin}
+
Dashes:
\begin{center}\rule{3in}{0.4pt}\end{center}
\end{verbatim}
30
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Horizontal Rules
+latex config: article
+
Dashes:
---
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Indented Code Blocks</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Preformatted Text">foo<text:line-break/></text:p>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Indented Code Blocks</title>
+</head>
+<body>
+
<pre><code>foo
</code></pre>
<pre><code>-<>--&\&---...
</code></pre>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Indented Code Blocks}
+\input{mmd6-article-begin}
+
\begin{verbatim}
foo
\end{verbatim}
\begin{verbatim}
-<>--&\&---...
\end{verbatim}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Indented Code Blocks
+latex config: article
+
foo
foo
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Inline Footnotes</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard">Inline.<text:note text:id="fn1" text:note-class="footnote"><text:note-body><text:p text:style-name="Footnote">foo <text:span text:style-name="MMD-Italic">bar</text:span></text:p></text:note-body></text:note></text:p>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Inline Footnotes</title>
+</head>
+<body>
+
<p>Inline.<a href="#fn:1" id="fnref:1" title="see footnote" class="footnote">[1]</a></p>
<p>Inline.<a href="#fn:2" id="fnref:2" title="see footnote" class="footnote">[2]</a></p>
</ol>
</div>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Inline Footnotes}
+\input{mmd6-article-begin}
+
Inline.\footnote{foo \emph{bar}}
Inline.\footnote{foo \emph{bar}
\href{/bar}{foo}\footnote{\href{/bar}{\slash bar}}
\textbf{foo}.}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Inline Footnotes
+latex config: article
+
Inline.[^foo *bar*]
Inline.[^foo *bar*
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Inline Images</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard">Just a <draw:frame text:anchor-type="as-char"
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Inline Images</title>
+</head>
+<body>
+
<p>Just a <img src="/url/" alt="URL" />.</p>
<p><img src="/url/" alt="URL and title" title="title" />.</p>
<p><img src="/url/" alt="URL and title" />.</p>
<p><img src="/url/" alt="URL and title" title="*title*" />.</p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Inline Images}
+\input{mmd6-article-begin}
+
Just a \includegraphics[keepaspectratio,width=\textwidth,height=0.75\textheight]{/url/}.
\includegraphics[keepaspectratio,width=\textwidth,height=0.75\textheight]{/url/}.
\includegraphics[keepaspectratio,width=\textwidth,height=0.75\textheight]{/url/}.
\includegraphics[keepaspectratio,width=\textwidth,height=0.75\textheight]{/url/}.
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Inline Images
+latex config: article
+
Just a .
.
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Inline Links</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard">Just a <text:a xlink:type="simple" xlink:href="http://url/file.txt">URL</text:a>.</text:p>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Inline Links</title>
+</head>
+<body>
+
<p>Just a <a href="http://url/file.txt">URL</a>.</p>
<p><a href="/url/file.txt" title="title">URL and title</a>.</p>
<p><a href="/url/file.txt" title="title">URL and title</a>.</p>
<p><a href="/url/file.txt" title="title">URL and title</a>.</p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Inline Links}
+\input{mmd6-article-begin}
+
Just a \href{http://url/file.txt}{URL}\footnote{\href{http://url/file.txt}{http:\slash \slash url\slash file.txt}}.
\href{/url/file.txt}{URL and title}\footnote{\href{/url/file.txt}{\slash url\slash file.txt}}.
\href{/url/file.txt}{URL and title}\footnote{\href{/url/file.txt}{\slash url\slash file.txt}}.
\href{/url/file.txt}{URL and title}\footnote{\href{/url/file.txt}{\slash url\slash file.txt}}.
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Inline Links
+latex config: article
+
Just a [URL](http://url/file.txt).
[URL and title](/url/file.txt "title").
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Integrated</title>
+</head>
+<body>
+
<p>This file is a designed as a single test that incorporates most of the
<em>commonly</em> used MultiMarkdown features. This allows a single test file to
identify common structures that are not supported yet – particularly useful
</ol>
</div>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Integrated}
+\input{mmd6-article-begin}
+
This file is a designed as a single test that incorporates most of the
\emph{commonly} used MultiMarkdown features. This allows a single test file to
identify common structures that are not supported yet -- particularly useful
\end{thebibliography}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Integrated
+latex config: article
+
This file is a designed as a single test that incorporates most of the
*commonly* used MultiMarkdown features. This allows a single test file to
identify common structures that are not supported yet -- particularly useful
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Linebreaks</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard">foo
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Linebreaks</title>
+</head>
+<body>
+
<p>foo
bar</p>
<p>foo<br />
bar</p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Linebreaks}
+\input{mmd6-article-begin}
+
foo
bar
5
foo\\
-bar
+bar
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Linebreaks
+latex config: article
+
foo
bar
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Link Attributes</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard">foo <draw:frame text:anchor-type="as-char"
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Link Attributes</title>
+</head>
+<body>
+
<p>foo <img src="http://foo.bar/" alt="image" id="image" title="title" width="40px" height="400px" /></p>
<p>foo <a href="http://foo.bar/1" class="external" style="border: solid black 1px;">link</a></p>
</figure>
<p>5</p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Link Attributes}
+\input{mmd6-article-begin}
+
foo \includegraphics[width=40pt,height=400pt]{http://foo.bar/}
foo \href{http://foo.bar/1}{link}\footnote{\href{http://foo.bar/1}{http:\slash \slash foo.bar\slash 1}}
\end{figure}
5
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Link Attributes
+latex config: article
+
foo ![image][]
foo [link][]
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Math</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard">foo <text:span text:style-name="math">\({e}^{i\pi }+1=0\)</text:span> bar</text:p>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Math</title>
+</head>
+<body>
+
<p>foo <span class="math">\({e}^{i\pi }+1=0\)</span> bar</p>
<p><span class="math">\[ {x}_{1,2}=\frac{-b\pm \sqrt{{b}^{2}-4ac}}{2a} \]</span></p>
<p><span class="math">\[\begin{equation}\nabla \times \mathbf{E} = - \frac{\partial \mathbf{B}}{\partial t}\end{equation}\]</span></p>
<p><code>\begin{equation}\nabla \times \mathbf{E} = - \frac{\partial \mathbf{B}}{\partial t}\end{equation}</code></p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Math}
+\input{mmd6-article-begin}
+
foo \({e}^{i\pi }+1=0\) bar
\[ {x}_{1,2}=\frac{-b\pm \sqrt{{b}^{2}-4ac}}{2a} \]
\begin{equation}\nabla \times \mathbf{E} = - \frac{\partial \mathbf{B}}{\partial t}\end{equation}
\texttt{\textbackslash{}begin\{equation\}\textbackslash{}nabla \textbackslash{}times \textbackslash{}mathbf\{E\} = - \textbackslash{}frac\{\textbackslash{}partial \textbackslash{}mathbf\{B\}\}\{\textbackslash{}partial t\}\textbackslash{}end\{equation\}}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Math
+latex config: article
+
foo \\({e}^{i\pi }+1=0\\) bar
\\[ {x}_{1,2}=\frac{-b\pm \sqrt{{b}^{2}-4ac}}{2a} \\]
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Nested Definition Lists</title>
+</head>
+<body>
+
<dl>
<dt>bat</dt>
<dd><p><em>foo</em></p>
<pre><code>*foo*
</code></pre></dd>
</dl>
+
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Nested Definition Lists}
+\input{mmd6-article-begin}
+
\begin{description}
\item[bat]
*foo*
\end{verbatim}
\end{description}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Nested Definition Lists
+latex config: article
+
bat
: *foo*
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Nested Lists</title>
+</head>
+<body>
+
<ul>
<li>foo
</ul>
<p>bar</p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Nested Lists}
+\input{mmd6-article-begin}
+
\begin{itemize}
\item foo
\end{itemize}
bar
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Nested Lists
+latex config: article
+
* foo
* bar
* foo
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Reference Footnotes</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard">foo.<text:note text:id="fn1" text:note-class="footnote"><text:note-body><text:p text:style-name="Footnote"><text:span text:style-name="MMD-Italic">foo</text:span></text:p></text:note-body></text:note></text:p>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Reference Footnotes</title>
+</head>
+<body>
+
<p>foo.<a href="#fn:1" id="fnref:1" title="see footnote" class="footnote">[1]</a></p>
<p>foo.<a href="#fn:2" id="fnref:2" title="see footnote" class="footnote">[2]</a></p>
</ol>
</div>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Reference Footnotes}
+\input{mmd6-article-begin}
+
foo.\footnote{\emph{foo}}
foo.\footnote{\emph{foo
\item bat
\end{itemize}}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Reference Footnotes
+latex config: article
+
foo.[^bar]
foo.[^bar2]
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Reference Images</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard">Test <draw:frame text:anchor-type="as-char"
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Reference Images</title>
+</head>
+<body>
+
<p>Test <img src="http://test.1/" alt="foo" id="bar" />.</p>
<p>Test <img src="http://test.1/" alt="foo" id="bar" />.</p>
<p>Test <img src="http://test.0/" alt="foo" id="foo" />.</p>
<p>Test <img src="http://test.0/" alt="foo" id="foo" />.</p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Reference Images}
+\input{mmd6-article-begin}
+
Test \includegraphics[keepaspectratio,width=\textwidth,height=0.75\textheight]{http://test.1/}.
Test \includegraphics[keepaspectratio,width=\textwidth,height=0.75\textheight]{http://test.1/}.
Test \includegraphics[keepaspectratio,width=\textwidth,height=0.75\textheight]{http://test.0/}.
Test \includegraphics[keepaspectratio,width=\textwidth,height=0.75\textheight]{http://test.0/}.
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Reference Images
+latex config: article
+
Test ![*foo*][bar].
Test ![*foo*][BAR].
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Reference Links</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard"><text:a xlink:type="simple" xlink:href="http://test.1/file.txt"><text:span text:style-name="MMD-Italic">foo</text:span></text:a>.</text:p>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Reference Links</title>
+</head>
+<body>
+
<p><a href="http://test.1/file.txt"><em>foo</em></a>.</p>
<p><a href="http://test.1/file.txt"><em>foo</em></a>.</p>
<p><a href="http://test.0/">foo</a>
<a href="http://test.1/file.txt">bar</a></p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Reference Links}
+\input{mmd6-article-begin}
+
\href{http://test.1/file.txt}{\emph{foo}}\footnote{\href{http://test.1/file.txt}{http:\slash \slash test.1\slash file.txt}}.
\href{http://test.1/file.txt}{\emph{foo}}\footnote{\href{http://test.1/file.txt}{http:\slash \slash test.1\slash file.txt}}.
\href{http://test.0/}{foo}\footnote{\href{http://test.0/}{http:\slash \slash test.0\slash }}
\href{http://test.1/file.txt}{bar}\footnote{\href{http://test.1/file.txt}{http:\slash \slash test.1\slash file.txt}}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Reference Links
+latex config: article
+
[*foo*][bar].
[*foo*][BAR].
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Setext Headers</title>
+</office:meta>
<office:body>
<office:text>
<text:h text:outline-level="1"><text:bookmark text:name="foobar"/>foo bar<text:bookmark-end text:name="foobar"/></text:h>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Setext Headers</title>
+</head>
+<body>
+
<h1 id="foobar">foo bar</h1>
<h2 id="foobar">foo <em>bar</em></h2>
<hr />
<hr />
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Setext Headers}
+\input{mmd6-article-begin}
+
\part{foo bar}
\label{foobar}
\begin{center}\rule{3in}{0.4pt}\end{center}
\begin{center}\rule{3in}{0.4pt}\end{center}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Setext Headers
+latex config: article
+
foo bar
=======
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Smart Quotes</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard">‘foo’</text:p>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Smart Quotes</title>
+</head>
+<body>
+
<p>‘foo’</p>
<p>“foo”</p>
<p>foo’s and bar’s</p>
<p><code>foo</code>’s and <code>bar</code>’s</p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Smart Quotes}
+\input{mmd6-article-begin}
+
`foo'
``foo''
foo's and bar's
\texttt{foo}'s and \texttt{bar}'s
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Smart Quotes
+latex config: article
+
'foo'
"foo"
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Special Characters</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard">{foo}</text:p>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Special Characters</title>
+</head>
+<body>
+
<p>{foo}</p>
<p>[foo]</p>
<p>\foo</p>
<foo>
+
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Special Characters}
+\input{mmd6-article-begin}
+
\{foo\}
[foo]
\textbackslash{}foo
-
+\input{mmd6-article-footer}
+\end{document}
+Title: Special Characters
+latex config: article
+
{foo}
[foo]
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Superscript</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard">x<text:span text:style-name="MMD-Superscript">2</text:span>.</text:p>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Superscript</title>
+</head>
+<body>
+
<p>x<sup>2</sup>.</p>
<p>x<sup>2xz</sup>.</p>
<p>x^y</p>
<p>x~y</p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Superscript}
+\input{mmd6-article-begin}
+
x\textsuperscript{2}.
x\textsuperscript{2xz}.
x\^{}y
x\ensuremath{\sim}y
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Superscript
+latex config: article
+
x^2.
x^2xz.
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
<office:meta>
+ <title>Swedish</title>
</office:meta>
<office:body>
<office:text>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Swedish</title>
+ <meta name="language" content="sv"/>
+</head>
+<body>
+
<p>’foo’</p>
<p>”foo”</p>
</ol>
</div>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Swedish}
+\def\language{sv}
+\input{mmd6-article-begin}
+
'foo'
''foo''
\bibitem{bar}
foo
\end{thebibliography}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Swedish
+latex config: article
language: sv
'foo'
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Table of Contents</title>
+</head>
+<body>
+
<div class="TOC">
<ul>
<li><a href="#secondlevel">Second Level </a></li>
<h1 id="firstlevele">First level </h1>
<h2 id="secondlevele">Second level </h2>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Table of Contents}
+\input{mmd6-article-begin}
+
\begin{itemize}
\item Second Level (\autoref{secondlevel})
\chapter{Second level }
\label{secondlevele}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Table of Contents
+latex config: article
+
{{TOC}}
## Second Level ##
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Tables</title>
+</head>
+<body>
+
<table>
<colgroup>
<col />
| foo | bar |
| — | — |
| foo | bar |</p>
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Tables}
+\input{mmd6-article-begin}
+
\begin{table}[htbp]
\begin{minipage}{\linewidth}
\setlength{\tymax}{0.5\linewidth}
\textbar{} foo \textbar{} bar \textbar{}
\textbar{} --- \textbar{} --- \textbar{}
\textbar{} foo \textbar{} bar \textbar{}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Tables
+latex config: article
+
| foo | bar |
| ------ | :------: |
| *foo* | *bar* |
<style:header><text:h text:outline-level="2">Bibliography</text:h></style:header></style:master-page>
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
+<office:meta>
+ <title>Transclusion</title>
+</office:meta>
<office:body>
<office:text>
<text:p text:style-name="Standard">This text is included in <text:span text:style-name="Source_20_Text">foo.txt</text:span>.</text:p>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Transclusion</title>
+</head>
+<body>
+
<p>This text is included in <code>foo.txt</code>.</p>
<p>This should not be transcluded to avoid an infinite loop – {{foo.txt}}</p>
</code></pre>
<p>This is <em>HTML</em>.</p>
+
+
+</body>
+</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Transclusion}
+\input{mmd6-article-begin}
+
This text is included in \texttt{foo.txt}.
This should not be transcluded to avoid an infinite loop -- \{\{foo.txt\}\}
\end{verbatim}
\{\{transclusion\slash bat.*\}\}
+
+\input{mmd6-article-footer}
+\end{document}
+Title: Transclusion
+latex config: article
+
{{foo.txt}}
{{bar.txt}}
<style:master-page style:name="Footnote" style:page-layout-name="pm2"/>
</office:master-styles>
<office:meta>
+ <title>Variables</title>
<meta:user-defined meta:name="foo">bar foo bar foo bar</meta:user-defined>
<meta:user-defined meta:name="bat">**foo**</meta:user-defined>
</office:meta>
<html>
<head>
<meta charset="utf-8"/>
+ <title>Variables</title>
<meta name="foo" content="bar foo bar foo bar"/>
<meta name="bat" content="**foo**"/>
</head>
</body>
</html>
+
+\input{mmd6-article-leader}
+\def\mytitle{Variables}
\def\foo{bar foo bar foo bar}
\def\bat{**foo**}
+\input{mmd6-article-begin}
foo: bar
**foo**
+\input{mmd6-article-footer}
\end{document}
+Title: Variables
+latex config: article
foo: bar
foo bar
foo bar