]> granicus.if.org Git - multimarkdown/commitdiff
CHANGED: Update test suite
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Sat, 4 Mar 2017 01:45:02 +0000 (20:45 -0500)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Sat, 4 Mar 2017 01:45:02 +0000 (20:45 -0500)
53 files changed:
tests/MMD6Tests/Advanced Emph and Strong.htmlc
tests/MMD6Tests/Advanced Fenced Code Blocks.htmlc
tests/MMD6Tests/Advanced Headers.htmlc
tests/MMD6Tests/Amps and Angles.htmlc
tests/MMD6Tests/Automatic Links.htmlc
tests/MMD6Tests/Basic Blocks.htmlc
tests/MMD6Tests/Basic Lists.htmlc
tests/MMD6Tests/Blockquotes.htmlc
tests/MMD6Tests/Citations.htmlc
tests/MMD6Tests/Code Spans.htmlc
tests/MMD6Tests/CriticMarkup.htmlc
tests/MMD6Tests/Cross-References.htmlc
tests/MMD6Tests/Definition Lists.htmlc
tests/MMD6Tests/Dutch.htmlc
tests/MMD6Tests/Edge Cases 2.htmlc
tests/MMD6Tests/Edge Cases.htmlc
tests/MMD6Tests/Emph and Strong Star.htmlc
tests/MMD6Tests/Emph and Strong UL.htmlc
tests/MMD6Tests/English.htmlc
tests/MMD6Tests/Escapes.htmlc
tests/MMD6Tests/Fenced Code Blocks.htmlc
tests/MMD6Tests/Figure Images.htmlc
tests/MMD6Tests/French.htmlc
tests/MMD6Tests/German Guillemets.htmlc
tests/MMD6Tests/German.htmlc
tests/MMD6Tests/Glossaries.htmlc
tests/MMD6Tests/HTML Blocks.htmlc
tests/MMD6Tests/HTML Inline.htmlc
tests/MMD6Tests/Headers.htmlc
tests/MMD6Tests/Horizontal Rules.htmlc
tests/MMD6Tests/Indented Code Blocks.htmlc
tests/MMD6Tests/Inline Footnotes.htmlc
tests/MMD6Tests/Inline Images.htmlc
tests/MMD6Tests/Inline Links.htmlc
tests/MMD6Tests/Integrated.htmlc
tests/MMD6Tests/Linebreaks.htmlc
tests/MMD6Tests/Link Attributes.htmlc
tests/MMD6Tests/Lists.html [deleted file]
tests/MMD6Tests/Math.htmlc
tests/MMD6Tests/Nested Definition Lists.htmlc
tests/MMD6Tests/Nested Lists.htmlc
tests/MMD6Tests/Reference Footnotes.htmlc
tests/MMD6Tests/Reference Images.htmlc
tests/MMD6Tests/Reference Links.htmlc
tests/MMD6Tests/Setext Headers.htmlc
tests/MMD6Tests/Smart Quotes.htmlc
tests/MMD6Tests/Special Characters.htmlc
tests/MMD6Tests/Superscript.htmlc
tests/MMD6Tests/Swedish.htmlc
tests/MMD6Tests/Table of Contents.htmlc
tests/MMD6Tests/Tables.htmlc
tests/MMD6Tests/Transclusion.htmlc
tests/MMD6Tests/Variables.htmlc

index 0799b20a1d04b6a044ee4ed1d2b94a45a02db8d9..8292e2e3cf59a7749ff2dac90156b7d58fc04350 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Advanced Emph and Strong
+latex config:  article</p>
+
 <p>foo<em>bar</em></p>
 
 <p>foo*bar**</p>
index 33c2489baac546fd82fd455bfba4f583a8604f6d..a33a71f2221fd6c9063e28e5a2df5d141ca72746 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Advanced Fenced Code Blocks
+latex config:  article</p>
+
 <p><code>foo *2*</code></p>
 
 <p><code>foo *3*</code></p>
index e3277a9186465096fc63d4ba7bf9ed5a01c44c33..9d3b17a2b017a397530763c43e4b85fa9c708dd9 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Advanced Headers
+latex config:  article</p>
+
 <h1>foo [bar] </h1>
 
 <h1>foo[bar]</h1>
index 6fc4e571b94be7da3cb09dd22bf4e8df3ff694d3..bc338aeabfbf32885c6e3437955c13a314017adb 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Amps and Angles
+latex config:  article</p>
+
 <p>AT&amp;T has an ampersand in their name.</p>
 
 <p>AT&amp;T is another way to write it.</p>
index 245fed9c5794cc6cad46821fef942a26efb37273..53e3bf7e3290137d14f8c50f659024a609618b45 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Automatic Links
+latex config:  article</p>
+
 <p><a href="http://foo.com/">http://foo.com/</a></p>
 
 <p><a href="&#x6d;&#x61;&#105;&#x6c;&#x74;&#111;&#x3a;&#x66;&#111;&#111;&#64;&#x62;&#x61;&#x72;&#x2e;&#99;&#111;&#109;">&#x66;&#x6f;&#x6f;&#64;&#98;&#x61;&#114;&#x2e;&#99;&#x6f;&#x6d;</a></p>
index 21822d1a1b6e9f1a80c7c812ff46d0f6cc24730d..1f79fa78eadf8ab358043dc1fd6c84438646b9b2 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Basic Blocks
+latex config:  article</p>
+
 <p>foo</p>
 
 <h1>Heading <em>foo</em> </h1>
index bd29e7cc71f15ca3bafe2a96c8848dd358c44f48..22525d2ebcd90a0b214a76c158def347395c5119 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Basic Lists
+latex config:  article</p>
+
 <ul>
 <li>foo</li>
 <li>foo</li>
index 94ac71c637b0bc75b2ca64a2f57dedc7e625cb46..66dab56d45e61c5629f1e33d05528beeea1c72c3 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Blockquotes
+latex config:  article</p>
+
 <blockquote>
 <p>foo
 bar</p>
index 307887aadb80e1f9c3ba293500015ad18d6a4c02..bf32072b5882a31324562c7c4347ed28d3147f68 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Citations
+latex config:  article</p>
+
 <h1>citep </h1>
 
 <p>[#foo1]</p>
index 28f256ad73759971cdccfc1976b5ce65fc17913b..c59af9234d1edfd4611c2cb613991145933d806e 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Code Spans
+latex config:  article</p>
+
 <p><code>foo</code></p>
 
 <p><code>foo ` bar</code></p>
index cb7214d631b8af3b70864d1b08b7a6b64e53a8ff..da6ead4bc7868b425f9f2819d3e90ec44a4f9a95 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      CriticMarkup
+latex config:  article</p>
+
 <p>{++foo++}</p>
 
 <p>{--bar--}</p>
index 9bbb4d6e2c81be21073e818043290dcb8919df5b..ccf5fb95f819b985cd3b85c98ba7c2d07ffc6093 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Cross-References
+latex config:  article</p>
+
 <h1>A Section </h1>
 
 <h1>109&amp;*&amp;#()^ Can Start With Digit </h1>
index fa7b4de6d5e65e08ec97f19aa6c4530055c0946d..24e00b835c16233ac143c2d2205e6e1d4dac91df 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Definition Lists
+latex config:  article</p>
+
 <p>foo
 bar
 :      <em>foo bar
index 1f1f7465262ef04ee39a6e46243309a7ffb812fc..f1f63adb7718b61a17ad1dd5d09328d3f0b10fee 100644 (file)
@@ -1,4 +1,6 @@
-<p>language:   nl</p>
+<p>Title:      Dutch
+latex config:  article
+language:      nl</p>
 
 <p>'foo'</p>
 
index 54b2dfd61306c9e62849a51418a58d5c417604fd..99041365f234555cc4c6f776f306e9dced912f4a 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Edge Cases 2
+latex config:  article</p>
+
 <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>
index c990eceeb375364fa8ad4a8a62e1ef42186a4967..979ac1811f4085ba422754a280a6be2479e5dcea 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Edge Cases
+latex config:  article</p>
+
 <ul>
 <li>foo
 bar</li>
index 0fc31b08ddf3ba49f3e61d22db6d0447295051e9..cad2f55b9eb2c5e0e00bf735e90ce74a8571462a 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Emph and Strong Star
+latex config:  article</p>
+
 <p><em>foo</em></p>
 
 <p>*<em>foo</em></p>
index f1fd99a685b7e6b9e0ade993bf8518bbf56552cc..a351fe13db897b4f12534ebb2e12d3c16f9aac1e 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Emph and Strong UL
+latex config:  article</p>
+
 <p><em>foo</em></p>
 
 <p>_<em>foo</em></p>
index 91ac1038c2ff4f8a373541524ef900b70246e134..00c76a86f97ae1dcbd6c381c991f52a0e543744d 100644 (file)
@@ -1,4 +1,6 @@
-<p>language:   en</p>
+<p>Title:      English
+latex config:  article
+language:      en</p>
 
 <p>'foo'</p>
 
index 1c1b5200f5dfe6bfe0472e520a441bc60bd85267..8a55c6f5103714880b82b1241f3afd773be7b68b 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Escapes
+latex config:  article</p>
+
 <p>.</p>
 
 <p>!</p>
index af6e143d215b3fa32232a0a688091baa93bab5e9..cdc210f782b0eb8eac3be649f9cd00538bb177a8 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Fenced Code Blocks
+latex config:  article</p>
+
 <p><code>*foo*</code></p>
 
 <p>````
index 6190c81615aad19c24a20400698c94e1d6dc6311..d119d488a824ecfed9a4ef52be18f903f99c5056 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Figure Images
+latex config:  article</p>
+
 <p>![foo]</p>
 
 <p>![<em>bar</em>][foo]</p>
@@ -6,4 +9,4 @@
 
 <p>![<em>foo</em>](http://foo.bar/ &quot;foo&quot; width=&quot;40px&quot;)</p>
 
-<p>[foo]: http://foo.bar/      &quot;foo&quot; width=&quot;40px&quot;</p>
\ No newline at end of file
+<p>[foo]: http://foo.bar/      &quot;foo&quot; width=&quot;40px&quot;</p>
index 2db85c0086880ff720b80d880c99d9873e6cd2eb..30666d0f6c0e96fad705e34d5994dff0222a9c7d 100644 (file)
@@ -1,4 +1,6 @@
-<p>language:   fr</p>
+<p>Title:      French
+latex config:  article
+language:      fr</p>
 
 <p>'foo'</p>
 
index ad86d1d8223a2202cb2c507a7fcfb9ccf6a89de0..7e05c21c896910af0b7dce67a5773b6bf798cc15 100644 (file)
@@ -1,4 +1,6 @@
-<p>language:   de
+<p>Title:      German Guillemets
+latex config:  article
+language:      de
 quotes language:       germanguillemets</p>
 
 <p>'foo'</p>
index a5c44b42ac3cc7ee4a8d83b19c656b84e458ed8b..bd1829b6ffd9d700389e4a6c512dab485ebbc819 100644 (file)
@@ -1,4 +1,6 @@
-<p>language:   de</p>
+<p>Title:      German
+latex config:  article
+language:      de</p>
 
 <p>'foo'</p>
 
index 2a431c534c13330a6a37f1a6cd3d5977f58537c5..1d4402459da3eb0671cc2c9b7d63bfac4e462ef1 100644 (file)
@@ -1,5 +1,5 @@
-<p>latexconfig:                article
-Title:                         Glossary</p>
+<p>Title:      Glossaries
+latex config:  article</p>
 
 <p><a href="Reference">?foo</a></p>
 
index 9baf073c0892be74f8b2ce93f73f65ab8ede5d52..688502d04dd92da1b1c0189cb2854799fb012f1b 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      HTML Blocks
+latex config:  article</p>
+
 <p><del><em>bar1</em></del></p>
 
 <del>
index 6a2a05a76b46e484c62715819ae2720dbd608006..f5bb9f71963d6980a64599d9265fba1dd027fd3c 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      HTML Inline
+latex config:  article</p>
+
 <p><foo><em>bar</em></foo></p>
 
 <p><foo bar="foo"><em>bar</em></foo></p>
index 579c1778fb482df090e0fc922525c789b0928440..5a6177d9c0237c5a3050d67e001fb070f094457c 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Headers
+latex config:  article</p>
+
 <h1>foo </h1>
 
 <h1>foo </h1>
index dc38c625c3ad20fe9744982cb3414defd013c96e..370e6bf9dce8bb739de3e6a219d4efe19ed990e6 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title: Horizontal Rules
+latex config: article</p>
+
 <p>Dashes:</p>
 
 <hr />
index 90fb69ac649791546c25407c88af8c6a14ac316b..b46569dd0e9d1f5d94d2b0b7c72fa8b79f10cc79 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Indented Code Blocks
+latex config:  article</p>
+
 <pre><code>foo
 </code></pre>
 
index 7e1b7a63725b6826cef113acb4e8f965c4970575..fba65ee9b6d2f32925ce02e7cb76e45459298da9 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Inline Footnotes
+latex config:  article</p>
+
 <p>Inline.[^foo <em>bar</em>]</p>
 
 <p>Inline.[^foo <em>bar</em>
index 54b1cac95b5374000aceab5c58aff7e4967d1e1a..07f7ea07451fa595d19873be0598a9146c0daeed 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Inline Images
+latex config:  article</p>
+
 <p>Just a <img src="/url/" alt="URL" />.</p>
 
 <p><img src="/url/" alt="URL and title" title="title" />.</p>
index 239462998f08fcbb39b0bfbea8b688a4ae6b0055..14d3f3af53c22489a86c0f8f66f0a26f2fd6346b 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Inline Links
+latex config:  article</p>
+
 <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>
index eef9f93d09fc6fa0a8282b8c589e78ad7f923be5..3b3cd7a37bfb9ee3a3f9ac492dc46a8481d60297 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Integrated
+latex config:  article</p>
+
 <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
index 20437642a87f986d9d808100524e321615b8d0c9..b11cffa008114712d804918fadc58dbb3aac5797 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Linebreaks
+latex config:  article</p>
+
 <p>foo
 bar</p>
 
index f717d6dcd8cf173a21b533b4ad851dd0a4d69a96..e9f8a95f4ace58cf654304659d55b2e651f51b14 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Link Attributes
+latex config:  article</p>
+
 <p>foo ![image][]</p>
 
 <p>foo [link][]</p>
diff --git a/tests/MMD6Tests/Lists.html b/tests/MMD6Tests/Lists.html
deleted file mode 100644 (file)
index 3968561..0000000
+++ /dev/null
@@ -1,92 +0,0 @@
-<ul>
-<li>foo</li>
-<li>foo</li>
-<li>foo</li>
-</ul>
-
-<p>bar</p>
-
-<ul>
-<li><p>foo</p></li>
-<li><p>foo</p></li>
-<li><p>foo</p></li>
-</ul>
-
-<p>bar</p>
-
-<ul>
-<li><p>foo</p></li>
-<li><p>foo</p></li>
-<li><p>foo</p></li>
-</ul>
-
-<p>5</p>
-
-<ol>
-<li>foo</li>
-<li>foo</li>
-<li>foo</li>
-</ol>
-
-<p>bar</p>
-
-<ol>
-<li><p>foo</p></li>
-<li><p>foo</p></li>
-<li><p>foo</p></li>
-</ol>
-
-<p>bar</p>
-
-<ol>
-<li><p>foo</p></li>
-<li><p>foo</p></li>
-<li><p>foo</p></li>
-</ol>
-
-<p>10</p>
-
-<ul>
-<li>foo</li>
-<li>foo</li>
-<li>foo</li>
-</ul>
-
-<p>bar</p>
-
-<ul>
-<li>foo</li>
-<li>foo</li>
-<li>foo</li>
-</ul>
-
-<p>bar</p>
-
-<ul>
-<li>foo
-bar</li>
-<li>foo
-bar</li>
-<li>foo
-bar</li>
-</ul>
-
-<p>15</p>
-
-<ul>
-<li>foo
-
-<ul>
-<li>bar</li>
-</ul></li>
-<li>foo
-
-<ul>
-<li>bar</li>
-</ul></li>
-<li>foo
-
-<ul>
-<li>bar</li>
-</ul></li>
-</ul>
index 627ef2fcf6bf80d38dd6c0fc6c30296b81940408..3b235bf961b9b184f8a779021a8b19930d642d35 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Math
+latex config:  article</p>
+
 <p>foo \({e}^{i\pi }+1=0\) bar</p>
 
 <p>\[ {x}_{1,2}=\frac{-b\pm \sqrt{{b}^{2}-4ac}}{2a} \]</p>
index a51b23c83a2dcbde47b2d986c3ed7e12a6a9aea1..0809cd30d3f20bd7fb12637941685a7bacab7c63 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Nested Definition Lists
+latex config:  article</p>
+
 <p>bat
 :      <em>foo</em></p>
 
index e0e954ca90e083f2ac0426b059c9d2b70200cfb8..d1aa01cf58a209cbc9711631ba1bc7c3384e81e3 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Nested Lists
+latex config:  article</p>
+
 <ul>
 <li>foo
 
index df0aa3e0d8bcd1cee847bbcf6a1af8fc6efbb5ad..716c3264a7314935d9c964afd8f42c0ef30f3aa6 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Reference Footnotes
+latex config:  article</p>
+
 <p>foo.<a href="*foo*">^bar</a></p>
 
 <p>foo.<a href="*foo">^bar2</a></p>
index c277d09f5c8f422cc323fad74e563749946fbe89..3d859bb3ccb25d0364231376634a2ae485d68aef 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Reference Images
+latex config:  article</p>
+
 <p>Test <img src="http://test.1/" alt="foo" />.</p>
 
 <p>Test <img src="http://test.1/" alt="foo" />.</p>
index e6d8f094be03122d48227e4b1b06a94d07d0c4e7..cb5973d9d871e25c5e1ea67570e744ad5c2c1e97 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Reference Links
+latex config:  article</p>
+
 <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>
index 4f4446da46b772ecb3360a3b0a5b5d620f10b77d..4fa2603f808f746299515f0c351493120f7a5dd4 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Setext Headers
+latex config:  article</p>
+
 <h1>foo bar</h1>
 
 <h2>foo <em>bar</em></h2>
index 73f9ea2759fbbd36fc5fa9c79890fe83c9692011..413ee558605c7bf51e7e27cf4d1e3e5472533684 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Smart Quotes
+latex config:  article</p>
+
 <p>'foo'</p>
 
 <p>&quot;foo&quot;</p>
index ca310e3b8dc2b26f42c67adaeb8e79d22fea7fec..b76234741346f1d5ebc1a88cea6f260f21fc90f0 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Special Characters
+latex config:  article</p>
+
 <p>{foo}</p>
 
 <p>[foo]</p>
@@ -15,3 +18,4 @@
 <p>\foo</p>
 
 <foo>
+
index 81a1a559d839113ac4a9b24b81647e278d706464..e6cd5a1eca5dd8485d3c96d85d7096321ec8eae0 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Superscript
+latex config:  article</p>
+
 <p>x^2.</p>
 
 <p>x^2xz.</p>
index bcf32207c89dd84643275bbc0176fb49e8f53250..7ad5750a89f7cbcb65be7fea451d7212855b38ee 100644 (file)
@@ -1,4 +1,6 @@
-<p>language:   sv</p>
+<p>Title:      Swedish
+latex config:  article
+language:      sv</p>
 
 <p>'foo'</p>
 
@@ -16,4 +18,4 @@
 
 <p>[^foo]</p>
 
-<p><a href="foo">#bar</a></p>
\ No newline at end of file
+<p><a href="foo">#bar</a></p>
index 6cfc7d1f9f9be41474de924276e797e3718bdb4a..d90de5a3292f62962dbd7e4e5c9ad83f604653ea 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Table of Contents
+latex config:  article</p>
+
 <p>{{TOC}}</p>
 
 <h2>Second Level </h2>
index 6f6ac070a7aede2a8fa50dd15be762b5f81218b0..1b1bdfebb0dffd0d83e534afe489df1244237360 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Tables
+latex config:  article</p>
+
 <p>| foo       | bar   |<br />
 | ------       | :------:      |<br />
 | <em>foo</em> | <em>bar</em>  |<br />
index 24ba4fae3085a41593c497adab4ff412f82341b0..f61b47c8c6d5354eb1cad0f3b47c42963e94858b 100644 (file)
@@ -1,3 +1,6 @@
+<p>Title:      Transclusion
+latex config:  article</p>
+
 <p>{{foo.txt}}</p>
 
 <p>{{bar.txt}}</p>
index ea6c95335fd8ffd1adf2d0082d5b53d19e8ae55a..7c8be51ac670bf7418fd2f598bd4064e6a59db83 100644 (file)
@@ -1,4 +1,6 @@
-<p>foo:        bar
+<p>Title:      Variables
+latex config:  article
+foo:   bar
 foo bar
 foo bar
 bat:   <strong>foo</strong></p>