switch (t->type) {
case BLOCK_SETEXT_1:
case BLOCK_SETEXT_2:
- start = t->next->start;
+ if (t->next) {
+ start = t->next->start;
+ } else {
+ start = t->start + t->len;
+ }
break;
case BLOCK_H1:
\bibitem{gruber}
John Gruber. Daring Fireball: Markdown. {[Cited January 2006]}. Available from \href{http://daringfireball.net/projects/markdown/}{http:\slash \slash daringfireball.net\slash projects\slash markdown\slash }.
-
-
\bibitem{fake}
John Doe. \emph{A Totally Fake Book}. Vanity Press, 2006.
-
-
\end{thebibliography}
\end{frame}
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Abbreviations</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" foo foo f.o.o. f.o.o. f-o-o f-o-o f o o f o o fo'o fo'o 5 [>bar] [>bar] [>b.a.r.] [>b.a.r.] [>b-a-r] [>b-a-r] [>b a r] [>b a r] [>ba'r] [>ba'r] 10 foo bar foo bar foo bar [>(baz) BAZ] > foo bar 15 | foo | bar | | --- | --- | | foo | bar | [foo bar] "></outline>
+<outline text="foo bar " _note=" "><outline text="foo bar " _note=" "></outline>
+</outline>
+<outline text="foo bar" _note="  20 [^foo and bar] [^note] * foo * foo * foo [>foo]: FOO [>f.o.o.]: F.O.O. [>f-o-o]: F-O-O [>f o o]: F O O [>fo'o]: FO'O [>bar]: BAR [>b.a.r.]: B.A.R. [>b-a-r]: B-A-R [>b a r]: B A R [>ba'r]: BA'R [>foo bar]: FOO BAR [^note]: foo and bar "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Abbreviations"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Advanced Emph and Strong</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" foo*bar* foo*bar** foo*bar*** foo**bar* foo**bar** 5 foo**bar*** foo***bar* foo***bar** foo***bar*** *foo*bar 10 *foo**bar *foo*bar* *foo**bar* *foo***bar** *foo****bar* 15 *foo**bar**foo* **foo*bar **foo*bar** **foo**bar** **foo***bar* 20 **foo****bar** **foo foo*bar*foo foo** ***foo*bar** ***foo**bar* *ab*duct instead of ab*duct* 25 "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Advanced Emph and Strong"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Advanced Fenced Code Blocks</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" `` foo *2* `` ``` foo *3* ``` ```` foo *4* ```` ````` foo *5* ````` `````` foo *6* `````` 5 ``` `` foo *3* `` ``` ```` ``` foo *4* ``` ```` ````` ```` foo *5* ```` ````` `````` ````` foo *6* ````` `````` 10 ```perl foo ``` ```` 	perl foo ```` ``` perl ruby foo ``` "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Advanced Fenced Code Blocks"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Advanced Headers</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" "></outline>
+<outline text="foo [bar] " _note=" "></outline>
+<outline text="foo[bar]" _note=" "></outline>
+<outline text="foo [bar][bat]" _note=" "></outline>
+<outline text="foo [bar] [bat]" _note=" "></outline>
+<outline text="foo [bar][bat][baz]" _note=" 5 "></outline>
+<outline text="foo [bar]" _note=" "></outline>
+<outline text="*foo* bar " _note=" "></outline>
+<outline text="*foo bar*" _note=" [bar] [foo][bar] "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Advanced Headers"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Amps and Angles</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" AT&T has an ampersand in their name. AT&amp;T is another way to write it. This & that. 4 < 5. 6 > 5. 5 Here is a [link][1] with an ampersand in the URL. Here is a link with an amersand in the link text: [AT&T][2]. Here is an inline [link](/script%20here?foo=1&bar=2). Here is an inline [link](</script%20here?foo=1&bar=2>). 	& and &amp; and < and > in code block. 10 [1]: http://example.com/?foo=1&bar=2 [2]: http://att.com/ "AT&T" &copy; `&copy;` &#169; `&#169;` &#xA9; `&#xA9;` 15 `& and &amp; and < and > in code span.` "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Amps and Angles"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Automatic Links</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" <http://foo.com/> <foo@bar.com> <mailto:foo@bar.com> "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Automatic Links"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>BOM</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" This file leads with a Byte Order Marker (BOM). "></outline>
+<outline text="Metadata">
+<outline text="title" _note="BOM"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Basic Blocks</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" foo "></outline>
+<outline text="Heading *foo* " _note=" "><outline text="Heading " _note=" foo bar 5 foo 	bar foo 		bar "></outline>
+</outline>
+<outline text="Metadata">
+<outline text="title" _note="Basic Blocks"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Basic Lists</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" * foo * foo * foo bar * foo * foo * foo bar * foo * foo *		foo 5 1. foo 2. foo 3.	foo bar 1. foo 2. foo 3. foo bar 1. foo 2. foo 3. foo 10 + foo + foo + foo bar - foo - foo - foo bar * foo 	bar * foo 	bar * foo 	bar 15 "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Basic Lists"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Bibliography</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" [#Knuth:1968] [#Knuth:1968;] [#Knuth:1981] [#Knuth:1981;] [#Knuth:1968,Knuth:1981] 5 [#Knuth:1968,Knuth:1981;] [chap. 2][#Knuth:1981] [chap. 2][#Knuth:1981;] "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Bibliography"/>
+<outline text="latexconfig" _note="article"/>
+<outline text="bibtex" _note="bibtex"/>
+<outline text="bibliostyle" _note="apalike"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Blockquotes</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" > foo >	bar > foo >> bar > foo > foo > > bar > > foo > foo > bar > foo > >		bar >	foo >bar "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Blockquotes"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Code Spans</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" `foo` `` foo ` bar `` ` `` ` `foo``bar` ``foo` 5 `foo`` `` foo `` `foo bar baz` `foo `` bar` ` foo ` 10 ` foo bar ` `*foo*` `[foo]` `-<>--&\&---...` `` `foo` `` 15 `$foo << $bar` `#foo` "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Code Spans"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>CriticMarkup</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" {++foo++} {--bar--} {~~foo~>bar~~} {>>foo<<} {==bar==} 5 foo{++ bar++} foo{-- bar--} foo {~~foo~>bar~~} foo {>>bar<<} foo {==bar==} 10 foo{++ **bar**++} foo{-- **bar**--} foo {~~**bar**~>**bar**~~} foo {>>**bar**<<} foo {==**bar**==} 15 foo **{++bar++}** foo **{--bar--}** foo **{~~foo~>bar~~}** foo **{>>bar<<}** foo **{==bar==}** 20 foo **{++bar**++} foo **{--bar**--} foo **{~~foo**~>bar**~~} foo **{>>bar**<<} foo **{==bar**==} 25 `{++foo++}` `{--bar--}` `{~~foo~>bar~~}` `{>>foo<<}` `{==bar==}` 30 $${++foo++}$$ $${--bar--}$$ $${~~foo~>bar~~}$$ $${>>foo<<}$$ $${==bar==}$$ 35 {++foo{++ bar++}++} {--foo{-- bar--}--} {++foo{-- bar--}++} "></outline>
+<outline text="Metadata">
+<outline text="title" _note="CriticMarkup"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Cross-References</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" "></outline>
+<outline text="A Section " _note=" "></outline>
+<outline text="109&*&#()^ Can Start With Digit " _note=" "></outline>
+<outline text="Strip out &%^ characters &*^ " _note=" [A Section]. "><outline text="1 Cross-References: Special Characters!@#$%&*()<>^ " _note=" 5 And now, link to [1 Cross-References: Special Characters!@#$%&*()<>^][] "></outline>
+</outline>
+<outline text="Заголовок по-русски " _note=" И ссылка на [Заголовок по-русски]. "></outline>
+<outline text="Test 的 Multibyte " _note=" 10 "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Cross-References"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Definition Lists</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" foo bar :	*foo bar :	baz bat* foo bar :	*foo bar 	bar foo* :	baz bat bat :	*foo* foo :	*foo bar 	bar foo :	baz* bat foo :foo "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Definition Lists"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Dutch</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" 'foo' "foo" foo's foo --- bar foo -- bar 5 foo... [^foo] [#bar] [#bar]: foo "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Dutch"/>
+<outline text="latexconfig" _note="article"/>
+<outline text="language" _note="nl"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Edge Cases 2</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* **b**, _u_, __v__, *__w__*, _**x**_, ***y***, ___z___, *t __w__ t* "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Edge Cases 2"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Edge Cases</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" * foo bar foo * bar foo 1. bar foo 2. bar foo > bar 5 foo "></outline>
+<outline text="bar" _note=" foo 	bar The ***quick*** brown ***fox*** jumped The ***quick*** brown fox jumped The ***quick** brown fox* jumped 10 The ***quick* brown fox** jumped The ***quick* brown *fox*** jumped The ***quick** brown **fox*** jumped This *should* be parsed -- fo***o *test this*thing 15 _test this_thing **test this**thing __test this__thing ***test this***thing ___test this___thing 20 This is ***another* test** of *italics* and **bold**. This is ***another* test** of **bold** and *italics*. This is ***another** test* of **bold** and *italics*. This is ***another** test* of *italics* and **bold**. This is ___another_ test__ of _italics_ and __bold__. 25 This is ___another_ test__ of __bold__ and _italics_. This is ___another__ test_ of __bold__ and _italics_. This is ___another__ test_ of _italics_ and __bold__. *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a *a [foo *bar] foo* *bar* 30 [foo *bar]: http://foo.bar "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Edge Cases"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Emph and Strong Star</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" *foo* **foo* *foo** *foo bar* *foo* bar 5 foo *bar* **foo** **foo bar** **foo** bar foo **bar** 10 *foo *bar* foo* *foo **bar** foo* *foo ***bar*** foo* **foo *bar* foo** **foo **bar** foo** 15 **foo ***bar*** foo** ***foo *bar* foo*** ***foo **bar** foo*** ***foo ***bar*** foo*** ***foo*** 20 ***foo** bar* ***foo* bar** *foo **bar*** **foo *bar*** *foo*bar* 25 *foo *bar *foo *bar**** ****foo* bar* foo* bar* *foo bar*bar **foo bar**bar ***foo bar***bar 30 foo*bar*foo foo**bar**foo foo***bar***foo foo*bar*foo **foo *foobarfoo* foo** 35 foo**`*bar*`** *(*foo*) *foo*: **foo**: ***foo***: 40 foo*bar foo*bar foo*bar foo**bar foo**bar foo**bar foo***bar 45 foo***bar foo***bar foo **- bar** foo **1. bar** **foo:** bar *foo [bar]* 50 *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo *foo* "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Emph and Strong Star"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Emph and Strong UL</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" _foo_ __foo_ _foo__ _foo bar_ _foo_ bar 5 foo _bar_ __foo__ __foo bar__ __foo__ bar foo __bar__ 10 _foo _bar_ foo_ _foo __bar__ foo_ _foo ___bar___ foo_ __foo _bar_ foo__ __foo __bar__ foo__ 15 __foo ___bar___ foo__ ___foo _bar_ foo___ ___foo __bar__ foo___ ___foo ___bar___ foo___ ___foo___ 20 ___foo__ bar_ ___foo_ bar__ _foo __bar___ __foo _bar___ _foo_bar_ 25 _foo _bar _foo _bar____ ____foo_ bar_ foo_ bar_ _foo bar_bar __foo bar__bar ___foo bar___bar 30 foo_bar_foo foo__bar__foo foo___bar___foo foo_bar_foo __foo _foobarfoo_ foo__ 35 foo__`_bar_`__ _(_foo_) _foo_: __foo__: ___foo___: 40 foo_bar foo_bar foo_bar foo__bar foo__bar foo__bar foo___bar 45 foo___bar foo___bar foo __- bar__ foo __1. bar__ __foo:__ bar _foo [bar]_ 50 _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo _foo_ "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Emph and Strong UL"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>English</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" 'foo' "foo" foo's foo --- bar foo -- bar 5 foo... [^foo] [#bar] [#bar]: foo "></outline>
+<outline text="Metadata">
+<outline text="title" _note="English"/>
+<outline text="latexconfig" _note="article"/>
+<outline text="language" _note="en"/>
+</outline>
+</body>
+</opml>
+
<text:p text:style-name="Standard">foo bar</text:p>
<text:p text:style-name="Standard"><text:span text:style-name="Source_20_Text">\\[foo]</text:span></text:p>
+
+<text:p text:style-name="Standard"><text:span text:style-name="Source_20_Text">\</text:span></text:p>
+
+<text:p text:style-name="Standard"><text:span text:style-name="Source_20_Text">\ </text:span></text:p>
</office:text>
</office:body>
</office:document>
<p><code>\\[foo]</code></p>
+<p><code>\</code></p>
+
+<p><code>\ </code></p>
+
</body>
</html>
<p>foo bar</p>
<p><code>\\[foo]</code></p>
+
+<p><code>\</code></p>
+
+<p><code>\ </code></p>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Escapes</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" \. \! \? \, \; 5 \: \" \' \` \~ 10 \( \) \{ \} \[ 15 \] \# \$ \% \+ 20 \- \= \< \> \& 25 \@ \\ \/ \^ \* 30 \_ \| 	\- 	\& 	\% 	\\ 	\` `\- \& \% \\ \ \ ` \*foo\* 35 \_bar\_ \`foo\` \`foo` `foo\ ` \``foo\ ` 40 \``foo` foo\ bar `\\[foo]` `\ ` `\ ` "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Escapes"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
\`
\end{verbatim}
-\texttt{\textbackslash{}- \textbackslash{}\& \textbackslash{}\% \textbackslash{}\textbackslash{} \textbackslash{} \textbackslash{} }
+\texttt{\textbackslash{}- \textbackslash{}\& \textbackslash{}\% \textbackslash{}\textbackslash{} \textbackslash{} \textbackslash{}}
*foo*
`foo`
-\texttt{foo\textbackslash{} }
+\texttt{foo\textbackslash{}}
-`\texttt{foo\textbackslash{} }
+`\texttt{foo\textbackslash{}}
40
\texttt{\textbackslash{}\textbackslash{}[foo]}
+\texttt{\textbackslash{}}
+
+\texttt{\textbackslash{} }
+
\input{mmd6-article-footer}
\end{document}
foo\ bar
`\\[foo]`
+
+`\ `
+
+`\ `
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Fenced Code Blocks</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" ``` *foo* ``` ```` *foo* bar ```` * foo 	``` 	*foo* 	``` * foo 	```` 	*foo* 	bar 	```` ``` \begin{equation}\nabla \times \mathbf{E} = - \frac{\partial \mathbf{B}}{\partial t}\end{equation} ``` ```tex \begin{equation}\nabla \times \mathbf{E} = - \frac{\partial \mathbf{B}}{\partial t}\end{equation} ``` 5 ``` <p>foo</p> ``` ``` foo 	bar bar foo ``` ``` * foo + bar - baz * foo + bar - baz 1. foo 2. bar 3. baz ``` ``` # foo ##	bar ### baz # ####	foo	## #####		bar		##	 ###### baz# ``` ``` foo "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Fenced Code Blocks"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Figure Images</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" ![foo] ![*bar*][foo] ![*bar*][foo] bar   [foo]: http://foo.bar/	"foo" width="40px" height="20px" "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Figure Images"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>French</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" 'foo' "foo" foo's foo --- bar foo -- bar 5 foo... [^foo] [#bar] [#bar]: foo "></outline>
+<outline text="Metadata">
+<outline text="title" _note="French"/>
+<outline text="latexconfig" _note="article"/>
+<outline text="language" _note="fr"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Fuzz Testing</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" Collection of test cases identified by [American fuzzy lop](http://lcamtuf.coredump.cx/afl/). û~~foo~>bar~~} * list * 	tems "></outline>
+<outline text=":Escapes [escaped]" _note=" [>MM\]: MultiMarkdown [?terí¢ıı[?term]: A term to be defined. [foo1] [foo2] [foo1]: #ba\ [foo2]: #bar ]: And aÄe footn.I^Thi1. \$ [MMD]: f o o f o o [> o o]: F O O * foo * foo (This must be at end of file without trailing newline) "></outline>
+<outline text="A" _note=""></outline>
+<outline text="Metadata">
+<outline text="title" _note="Fuzz Testing"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>German Guillemets</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" 'foo' "foo" foo's foo --- bar foo -- bar 5 foo... [^foo] [#bar] [#bar]: foo "></outline>
+<outline text="Metadata">
+<outline text="title" _note="German Guillemets"/>
+<outline text="latexconfig" _note="article"/>
+<outline text="language" _note="de"/>
+<outline text="quoteslanguage" _note="germanguillemets"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>German</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" 'foo' "foo" foo's foo --- bar foo -- bar 5 foo... [^foo] [#bar] [#bar]: foo "></outline>
+<outline text="Metadata">
+<outline text="title" _note="German"/>
+<outline text="latexconfig" _note="article"/>
+<outline text="language" _note="de"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Glossaries</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" foo foo f.o.o. f.o.o. f-o-o f-o-o f o o f o o fo'o fo'o 5 [?bar] [?bar] [?b.a.r.] [?b.a.r.] [?b-a-r] [?b-a-r] [?b a r] [?b a r] [?ba'r] [?ba'r] 10 foo bar foo bar foo bar [?(baz) BAZ] [?foo]: FOO [?f.o.o.]: F.O.O. [?f-o-o]: F-O-O [?f o o]: F O O [?fo'o]: FO'O [?bar]: BAR [?b.a.r.]: B.A.R. [?b-a-r]: B-A-R [?b a r]: B A R [?ba'r]: BA'R [?foo bar]: FOO BAR 	BAR FOO"></outline>
+<outline text="Metadata">
+<outline text="title" _note="Glossaries"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>HTML Blocks</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" <del>*bar1*</del> <del> *bar2* </del> foo <del> *bar3* </del> <del> *bar4* </del> <del> *bar5* </del> 5 <div>*bar1*</div> <div> *bar2* </div> foo <div> *bar3* </div> <div> *bar4* </div> <div> *bar5* </div> 10 <div> # foo1 # [foo][foo1] </div> <div> "></outline>
+<outline text="foo2 " _note=" [foo][foo2] </div> <!-- This is a *comment* --> <!-- This is a longer *comment* --> <!-- This is a comment --> 15 <!-- This is not a *comment* --> <div> <div> **foo1** </div> </div> <div> <div> **foo2** </div> </div> <div> <div> **foo3** </div> </div> <div> <div> **foo4** </div> </div> 20 <div> <div> **foo5** </div> </div> "></outline>
+<outline text="Metadata">
+<outline text="title" _note="HTML Blocks"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>HTML Comments</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" foo <!-- *bar* --> foo <!-- *bar* --> foo <!-- *bar* --> foo <!-- *bar* --> foo <!-- *bar* --> 5 	<!-- *foo* --> <!-- *foo* --> foo <!-- *bar* --> <!-- *foo* *bar* --> *foo* <!-- *foo* --> *bar* *foo* "></outline>
+<outline text="Metadata">
+<outline text="title" _note="HTML Comments"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>HTML Inline</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" <foo>*bar*</foo> <foo bar="foo">*bar*</foo> 	<div> 	 foo 	</div> test.<!-- Comment --> test.<!-- Comment with multiple lines. --> "></outline>
+<outline text="Metadata">
+<outline text="title" _note="HTML Inline"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Headers</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" "></outline>
+<outline text="foo " _note=" "></outline>
+<outline text="foo " _note=" "></outline>
+<outline text="foo " _note=" "></outline>
+<outline text="foo " _note=" # foo # 5 #foo# #foo # "></outline>
+<outline text="foo # bar" _note=" \# foo # "><outline text="foo " _note=" 10 "><outline text="foo " _note=" "><outline text="foo " _note=" "><outline text="foo " _note=" "><outline text="foo " _note=" ####### foo ####### 15 "></outline>
+<outline text="foo " _note=""></outline>
+</outline>
+</outline>
+</outline>
+</outline>
+</outline>
+<outline text="Metadata">
+<outline text="title" _note="Headers"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Horizontal Rules</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" Dashes: --- --- --- --- 	--- 5 - - - - - - - - - - - - 	- - - 10 Asterisks: *** *** *** *** 	*** 15 * * * * * * * * * * * * 	* * * 20 Underscores: ___ ___ ___ ___ ___ 25 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 30 "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Horizontal Rules"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Indented Code Blocks</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" 	foo foo 	bar foo foo 5 foo foo bar foo 		bar 10 foo 	bar 		bar foo 	bar 15 foo 	bar 		bar foo 	bar foo 	 	bar 	bar 	bar foo 	-<>--&\&---... "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Indented Code Blocks"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Inline Citations</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" Inline. [#John Doe. *A Totally Fake Book 1*. Vanity Press, 2006.] [#John Doe. *A Totally Fake Book 2*. Vanity Press, 2006.] "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Inline Citations"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Inline Footnotes</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" Inline.[^foo *bar*] Inline.[^foo *bar* [foo](/bar) **foo**.] Inline.[^foo *bar*] Inline.[^foo][^foo][^bar] "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Inline Footnotes"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Inline Images</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" Just a . . . . . 5 [Empty](). . . . ). 10 . . "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Inline Images"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Inline Links</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" Just a [URL](http://url/file.txt). [URL and title](/url/file.txt "title"). [URL and title](/url/file.txt "title preceded by two spaces"). [URL and title](/url/file.txt	"title preceded by a tab"). [URL and title](/url/file.txt "title has spaces afterward" ). 5 [Empty](). [**URL** and *title*](/url/file.txt "title"). [URL and title](/url/file.txt "title"). [URL and title](/url/file.txt 'title'). [URL and title](/url/file.txt (title)). 10 [URL and title](/url/file.txt ""). [URL and title](/url/file.txt "*title*"). [URL and title] (/url/file.txt "*title*"). [URL and title] (/url/file.txt "*title*"). [URL and title]( /url/file.txt "title"). 15 [URL and title]( /url/file.txt "title"). [URL and title](</url/file.txt> "title"). [URL and title]( </url/file.txt> "title"). [URL and title]( </url/file.txt> "title"). "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Inline Links"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>International</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" été à la "></outline>
+<outline text="Metadata">
+<outline text="title" _note="International"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Linebreaks</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" foo bar foo bar foo bar foo bar foo\ bar 5 foo bar "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Linebreaks"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Link Attributes</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" foo ![image][] foo [link][] foo [link2][] foo [link3][]  5 [image]:	http://foo.bar/	"title"	width="40px"	height=400px [link]:		<http://foo.bar/1> class=external 			style="border: solid black 1px;" [link2]:	http://foo.bar/2 class=external 			style="border: solid black 1px;" [link3]:	http://foo.bar/3	class=external 			style="border: solid black 1px;" "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Link Attributes"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Link Variations</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" "></outline>
+<outline text="Foo Bar " _note=" Link to [Foo Bar]. Link to [foo bar]. Link to [foobar]. Link to [Foo Bar](#foobar). Link to [](#foobar). 5 Link to [Foo][Foo Bar]. [& link](http://example.com/?bar=foo&foo=bar) ['%' Link](http://example.com/%25%20link) ['#' link](http://example.com/#foo) 10 [_ link](http://example.com/_foo) [~ link](http://example.com/~foo)"></outline>
+<outline text="Metadata">
+<outline text="title" _note="Link Variations"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>MMD Header and Footer</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" MultiMarkdown *header*. Main Body MultiMarkdown *footer*."></outline>
+<outline text="Metadata">
+<outline text="title" _note="MMD Header and Footer"/>
+<outline text="latexconfig" _note="article"/>
+<outline text="mmdheader" _note="{{header.txt}}"/>
+<outline text="mmdfooter" _note="{{footer.txt}}"/>
+<outline text="htmlheader" _note="HTML <em>header</em>."/>
+<outline text="htmlfooter" _note="HTML <em>footer</em>."/>
+<outline text="latexheader" _note="\LaTeX \emph{header}"/>
+<outline text="odfheader" _note="ODF header."/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<body>
+<outline text="Markdown: Syntax " _note=" <ul id="ProjectSubmenu"> <li><a href="/projects/markdown/" title="Markdown Project Page">Main</a></li> <li><a href="/projects/markdown/basics" title="Markdown Basics">Basics</a></li> <li><a class="selected" title="Markdown Syntax Documentation">Syntax</a></li> <li><a href="/projects/markdown/license" title="Pricing and License Information">License</a></li> <li><a href="/projects/markdown/dingus" title="Online Markdown Web Form">Dingus</a></li> </ul> * [Overview](#overview) * [Philosophy](#philosophy) * [Inline HTML](#html) * [Automatic Escaping for Special Characters](#autoescape) * [Block Elements](#block) * [Paragraphs and Line Breaks](#p) * [Headers](#header) * [Blockquotes](#blockquote) * [Lists](#list) * [Code Blocks](#precode) * [Horizontal Rules](#hr) * [Span Elements](#span) * [Links](#link) * [Emphasis](#em) * [Code](#code) * [Images](#img) * [Miscellaneous](#misc) * [Backslash Escapes](#backslash) * [Automatic Links](#autolink) **Note:** This document is itself written using Markdown; you can [see the source for it by adding '.text' to the URL][src]. [src]: /projects/markdown/syntax.text * * * <h2 id="overview">Overview</h2> <h3 id="philosophy">Philosophy</h3> Markdown is intended to be as easy-to-read and easy-to-write as is feasible. Readability, however, is emphasized above all else. A Markdown-formatted document should be publishable as-is, as plain text, without looking like it's been marked up with tags or formatting instructions. While Markdown's syntax has been influenced by several existing text-to-HTML filters -- including [Setext][1], [atx][2], [Textile][3], [reStructuredText][4], [Grutatext][5], and [EtText][6] -- the single biggest source of inspiration for Markdown's syntax is the format of plain text email. [1]: http://docutils.sourceforge.net/mirror/setext.html [2]: http://www.aaronsw.com/2002/atx/ [3]: http://textism.com/tools/textile/ [4]: http://docutils.sourceforge.net/rst.html [5]: http://www.triptico.com/software/grutatxt.html [6]: http://ettext.taint.org/doc/ To this end, Markdown's syntax is comprised entirely of punctuation characters, which punctuation characters have been carefully chosen so as to look like what they mean. E.g., asterisks around a word actually look like \*emphasis\*. Markdown lists look like, well, lists. Even blockquotes look like quoted passages of text, assuming you've ever used email. <h3 id="html">Inline HTML</h3> Markdown's syntax is intended for one purpose: to be used as a format for *writing* for the web. Markdown is not a replacement for HTML, or even close to it. Its syntax is very small, corresponding only to a very small subset of HTML tags. The idea is *not* to create a syntax that makes it easier to insert HTML tags. In my opinion, HTML tags are already easy to insert. The idea for Markdown is to make it easy to read, write, and edit prose. HTML is a *publishing* format; Markdown is a *writing* format. Thus, Markdown's formatting syntax only addresses issues that can be conveyed in plain text. For any markup that is not covered by Markdown's syntax, you simply use HTML itself. There's no need to preface it or delimit it to indicate that you're switching from Markdown to HTML; you just use the tags. The only restrictions are that block-level HTML elements -- e.g. `<div>`, `<table>`, `<pre>`, `<p>`, etc. -- must be separated from surrounding content by blank lines, and the start and end tags of the block should not be indented with tabs or spaces. Markdown is smart enough not to add extra (unwanted) `<p>` tags around HTML block-level tags. For example, to add an HTML table to a Markdown article: This is a regular paragraph. <table> <tr> <td>Foo</td> </tr> </table> This is another regular paragraph. Note that Markdown formatting syntax is not processed within block-level HTML tags. E.g., you can't use Markdown-style `*emphasis*` inside an HTML block. Span-level HTML tags -- e.g. `<span>`, `<cite>`, or `<del>` -- can be used anywhere in a Markdown paragraph, list item, or header. If you want, you can even use HTML tags instead of Markdown formatting; e.g. if you'd prefer to use HTML `<a>` or `<img>` tags instead of Markdown's link or image syntax, go right ahead. Unlike block-level HTML tags, Markdown syntax *is* processed within span-level tags. <h3 id="autoescape">Automatic Escaping for Special Characters</h3> In HTML, there are two characters that demand special treatment: `<` and `&`. Left angle brackets are used to start tags; ampersands are used to denote HTML entities. If you want to use them as literal characters, you must escape them as entities, e.g. `&lt;`, and `&amp;`. Ampersands in particular are bedeviling for web writers. If you want to write about 'AT&T', you need to write '`AT&amp;T`'. You even need to escape ampersands within URLs. Thus, if you want to link to: http://images.google.com/images?num=30&q=larry+bird you need to encode the URL as: http://images.google.com/images?num=30&amp;q=larry+bird in your anchor tag `href` attribute. Needless to say, this is easy to forget, and is probably the single most common source of HTML validation errors in otherwise well-marked-up web sites. Markdown allows you to use these characters naturally, taking care of all the necessary escaping for you. If you use an ampersand as part of an HTML entity, it remains unchanged; otherwise it will be translated into `&amp;`. So, if you want to include a copyright symbol in your article, you can write: &copy; and Markdown will leave it alone. But if you write: AT&T Markdown will translate it to: AT&amp;T Similarly, because Markdown supports [inline HTML](#html), if you use angle brackets as delimiters for HTML tags, Markdown will treat them as such. But if you write: 4 < 5 Markdown will translate it to: 4 &lt; 5 However, inside Markdown code spans and blocks, angle brackets and ampersands are *always* encoded automatically. This makes it easy to use Markdown to write about HTML code. (As opposed to raw HTML, which is a terrible format for writing about HTML syntax, because every single `<` and `&` in your example code needs to be escaped.) * * * <h2 id="block">Block Elements</h2> <h3 id="p">Paragraphs and Line Breaks</h3> A paragraph is simply one or more consecutive lines of text, separated by one or more blank lines. (A blank line is any line that looks like a blank line -- a line containing nothing but spaces or tabs is considered blank.) Normal paragraphs should not be indented with spaces or tabs. The implication of the "one or more consecutive lines of text" rule is that Markdown supports "hard-wrapped" text paragraphs. This differs significantly from most other text-to-HTML formatters (including Movable Type's "Convert Line Breaks" option) which translate every line break character in a paragraph into a `<br />` tag. When you *do* want to insert a `<br />` break tag using Markdown, you end a line with two or more spaces, then type return. Yes, this takes a tad more effort to create a `<br />`, but a simplistic "every line break is a `<br />`" rule wouldn't work for Markdown. Markdown's email-style [blockquoting][bq] and multi-paragraph [list items][l] work best -- and look better -- when you format them with hard breaks. [bq]: #blockquote [l]: #list <h3 id="header">Headers</h3> Markdown supports two styles of headers, [Setext][1] and [atx][2]. Setext-style headers are "underlined" using equal signs (for first-level headers) and dashes (for second-level headers). For example: This is an H1 ============= This is an H2 ------------- Any number of underlining `=`'s or `-`'s will work. Atx-style headers use 1-6 hash characters at the start of the line, corresponding to header levels 1-6. For example: # This is an H1 ## This is an H2 ###### This is an H6 Optionally, you may "close" atx-style headers. This is purely cosmetic -- you can use this if you think it looks better. The closing hashes don't even need to match the number of hashes used to open the header. (The number of opening hashes determines the header level.) : # This is an H1 # ## This is an H2 ## ### This is an H3 ###### <h3 id="blockquote">Blockquotes</h3> Markdown uses email-style `>` characters for blockquoting. If you're familiar with quoting passages of text in an email message, then you know how to create a blockquote in Markdown. It looks best if you hard wrap the text and put a `>` before every line: > This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet, > consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. > Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus. > > Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse > id sem consectetuer libero luctus adipiscing. Markdown allows you to be lazy and only put the `>` before the first line of a hard-wrapped paragraph: > This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus. > Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse id sem consectetuer libero luctus adipiscing. Blockquotes can be nested (i.e. a blockquote-in-a-blockquote) by adding additional levels of `>`: > This is the first level of quoting. > > > This is nested blockquote. > > Back to the first level. Blockquotes can contain other Markdown elements, including headers, lists, and code blocks: 	> ## This is a header. 	> 	> 1. This is the first list item. 	> 2. This is the second list item. 	> 	> Here's some example code: 	> 	> return shell_exec("echo $input | $markdown_script"); Any decent text editor should make email-style quoting easy. For example, with BBEdit, you can make a selection and choose Increase Quote Level from the Text menu. <h3 id="list">Lists</h3> Markdown supports ordered (numbered) and unordered (bulleted) lists. Unordered lists use asterisks, pluses, and hyphens -- interchangably -- as list markers: * Red * Green * Blue is equivalent to: + Red + Green + Blue and: - Red - Green - Blue Ordered lists use numbers followed by periods: 1. Bird 2. McHale 3. Parish It's important to note that the actual numbers you use to mark the list have no effect on the HTML output Markdown produces. The HTML Markdown produces from the above list is: <ol> <li>Bird</li> <li>McHale</li> <li>Parish</li> </ol> If you instead wrote the list in Markdown like this: 1. Bird 1. McHale 1. Parish or even: 3. Bird 1. McHale 8. Parish you'd get the exact same HTML output. The point is, if you want to, you can use ordinal numbers in your ordered Markdown lists, so that the numbers in your source match the numbers in your published HTML. But if you want to be lazy, you don't have to. If you do use lazy list numbering, however, you should still start the list with the number 1. At some point in the future, Markdown may support starting ordered lists at an arbitrary number. List markers typically start at the left margin, but may be indented by up to three spaces. List markers must be followed by one or more spaces or a tab. To make lists look nice, you can wrap items with hanging indents: * Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus. * Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse id sem consectetuer libero luctus adipiscing. But if you want to be lazy, you don't have to: * Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus. * Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse id sem consectetuer libero luctus adipiscing. If list items are separated by blank lines, Markdown will wrap the items in `<p>` tags in the HTML output. For example, this input: * Bird * Magic will turn into: <ul> <li>Bird</li> <li>Magic</li> </ul> But this: * Bird * Magic will turn into: <ul> <li><p>Bird</p></li> <li><p>Magic</p></li> </ul> List items may consist of multiple paragraphs. Each subsequent paragraph in a list item must be indented by either 4 spaces or one tab: 1. This is a list item with two paragraphs. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus. Donec sit amet nisl. Aliquam semper ipsum sit amet velit. 2. Suspendisse id sem consectetuer libero luctus adipiscing. It looks nice if you indent every line of the subsequent paragraphs, but here again, Markdown will allow you to be lazy: * This is a list item with two paragraphs. This is the second paragraph in the list item. You're only required to indent the first line. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. * Another item in the same list. To put a blockquote within a list item, the blockquote's `>` delimiters need to be indented: * A list item with a blockquote: > This is a blockquote > inside a list item. To put a code block within a list item, the code block needs to be indented *twice* -- 8 spaces or two tabs: * A list item with a code block: <code goes here> It's worth noting that it's possible to trigger an ordered list by accident, by writing something like this: 1986. What a great season. In other words, a *number-period-space* sequence at the beginning of a line. To avoid this, you can backslash-escape the period: 1986\. What a great season. <h3 id="precode">Code Blocks</h3> Pre-formatted code blocks are used for writing about programming or markup source code. Rather than forming normal paragraphs, the lines of a code block are interpreted literally. Markdown wraps a code block in both `<pre>` and `<code>` tags. To produce a code block in Markdown, simply indent every line of the block by at least 4 spaces or 1 tab. For example, given this input: This is a normal paragraph: This is a code block. Markdown will generate: <p>This is a normal paragraph:</p> <pre><code>This is a code block. </code></pre> One level of indentation -- 4 spaces or 1 tab -- is removed from each line of the code block. For example, this: Here is an example of AppleScript: tell application "Foo" beep end tell will turn into: <p>Here is an example of AppleScript:</p> <pre><code>tell application "Foo" beep end tell </code></pre> A code block continues until it reaches a line that is not indented (or the end of the article). Within a code block, ampersands (`&`) and angle brackets (`<` and `>`) are automatically converted into HTML entities. This makes it very easy to include example HTML source code using Markdown -- just paste it and indent it, and Markdown will handle the hassle of encoding the ampersands and angle brackets. For example, this: <div class="footer"> &copy; 2004 Foo Corporation </div> will turn into: <pre><code>&lt;div class="footer"&gt; &amp;copy; 2004 Foo Corporation &lt;/div&gt; </code></pre> Regular Markdown syntax is not processed within code blocks. E.g., asterisks are just literal asterisks within a code block. This means it's also easy to use Markdown to write about Markdown's own syntax. <h3 id="hr">Horizontal Rules</h3> You can produce a horizontal rule tag (`<hr />`) by placing three or more hyphens, asterisks, or underscores on a line by themselves. If you wish, you may use spaces between the hyphens or asterisks. Each of the following lines will produce a horizontal rule: * * * *** ***** - - - --------------------------------------- * * * <h2 id="span">Span Elements</h2> <h3 id="link">Links</h3> Markdown supports two style of links: *inline* and *reference*. In both styles, the link text is delimited by [square brackets]. To create an inline link, use a set of regular parentheses immediately after the link text's closing square bracket. Inside the parentheses, put the URL where you want the link to point, along with an *optional* title for the link, surrounded in quotes. For example: This is [an example](http://example.com/ "Title") inline link. [This link](http://example.net/) has no title attribute. Will produce: <p>This is <a href="http://example.com/" title="Title"> an example</a> inline link.</p> <p><a href="http://example.net/">This link</a> has no title attribute.</p> If you're referring to a local resource on the same server, you can use relative paths: See my [About](/about/) page for details. Reference-style links use a second set of square brackets, inside which you place a label of your choosing to identify the link: This is [an example][id] reference-style link. You can optionally use a space to separate the sets of brackets: This is [an example] [id] reference-style link. Then, anywhere in the document, you define your link label like this, on a line by itself: [id]: http://example.com/ "Optional Title Here" That is: * Square brackets containing the link identifier (optionally indented from the left margin using up to three spaces); * followed by a colon; * followed by one or more spaces (or tabs); * followed by the URL for the link; * optionally followed by a title attribute for the link, enclosed in double or single quotes, or enclosed in parentheses. The following three link definitions are equivalent: 	[foo]: http://example.com/ "Optional Title Here" 	[foo]: http://example.com/ 'Optional Title Here' 	[foo]: http://example.com/ (Optional Title Here) **Note:** There is a known bug in Markdown.pl 1.0.1 which prevents single quotes from being used to delimit link titles. The link URL may, optionally, be surrounded by angle brackets: [id]: <http://example.com/> "Optional Title Here" You can put the title attribute on the next line and use extra spaces or tabs for padding, which tends to look better with longer URLs: [id]: http://example.com/longish/path/to/resource/here "Optional Title Here" Link definitions are only used for creating links during Markdown processing, and are stripped from your document in the HTML output. Link definition names may consist of letters, numbers, spaces, and punctuation -- but they are *not* case sensitive. E.g. these two links: 	[link text][a] 	[link text][A] are equivalent. The *implicit link name* shortcut allows you to omit the name of the link, in which case the link text itself is used as the name. Just use an empty set of square brackets -- e.g., to link the word "Google" to the google.com web site, you could simply write: 	[Google][] And then define the link: 	[Google]: http://google.com/ Because link names may contain spaces, this shortcut even works for multiple words in the link text: 	Visit [Daring Fireball][] for more information. And then define the link: 	 	[Daring Fireball]: http://daringfireball.net/ Link definitions can be placed anywhere in your Markdown document. I tend to put them immediately after each paragraph in which they're used, but if you want, you can put them all at the end of your document, sort of like footnotes. Here's an example of reference links in action: I get 10 times more traffic from [Google] [1] than from [Yahoo] [2] or [MSN] [3]. [1]: http://google.com/ "Google" [2]: http://search.yahoo.com/ "Yahoo Search" [3]: http://search.msn.com/ "MSN Search" Using the implicit link name shortcut, you could instead write: I get 10 times more traffic from [Google][] than from [Yahoo][] or [MSN][]. [google]: http://google.com/ "Google" [yahoo]: http://search.yahoo.com/ "Yahoo Search" [msn]: http://search.msn.com/ "MSN Search" Both of the above examples will produce the following HTML output: <p>I get 10 times more traffic from <a href="http://google.com/" title="Google">Google</a> than from <a href="http://search.yahoo.com/" title="Yahoo Search">Yahoo</a> or <a href="http://search.msn.com/" title="MSN Search">MSN</a>.</p> For comparison, here is the same paragraph written using Markdown's inline link style: I get 10 times more traffic from [Google](http://google.com/ "Google") than from [Yahoo](http://search.yahoo.com/ "Yahoo Search") or [MSN](http://search.msn.com/ "MSN Search"). The point of reference-style links is not that they're easier to write. The point is that with reference-style links, your document source is vastly more readable. Compare the above examples: using reference-style links, the paragraph itself is only 81 characters long; with inline-style links, it's 176 characters; and as raw HTML, it's 234 characters. In the raw HTML, there's more markup than there is text. With Markdown's reference-style links, a source document much more closely resembles the final output, as rendered in a browser. By allowing you to move the markup-related metadata out of the paragraph, you can add links without interrupting the narrative flow of your prose. <h3 id="em">Emphasis</h3> Markdown treats asterisks (`*`) and underscores (`_`) as indicators of emphasis. Text wrapped with one `*` or `_` will be wrapped with an HTML `<em>` tag; double `*`'s or `_`'s will be wrapped with an HTML `<strong>` tag. E.g., this input: *single asterisks* _single underscores_ **double asterisks** __double underscores__ will produce: <em>single asterisks</em> <em>single underscores</em> <strong>double asterisks</strong> <strong>double underscores</strong> You can use whichever style you prefer; the lone restriction is that the same character must be used to open and close an emphasis span. Emphasis can be used in the middle of a word: un*frigging*believable But if you surround an `*` or `_` with spaces, it'll be treated as a literal asterisk or underscore. To produce a literal asterisk or underscore at a position where it would otherwise be used as an emphasis delimiter, you can backslash escape it: \*this text is surrounded by literal asterisks\* <h3 id="code">Code</h3> To indicate a span of code, wrap it with backtick quotes (`` ` ``). Unlike a pre-formatted code block, a code span indicates code within a normal paragraph. For example: Use the `printf()` function. will produce: <p>Use the <code>printf()</code> function.</p> To include a literal backtick character within a code span, you can use multiple backticks as the opening and closing delimiters: ``There is a literal backtick (`) here.`` which will produce this: <p><code>There is a literal backtick (`) here.</code></p> The backtick delimiters surrounding a code span may include spaces -- one after the opening, one before the closing. This allows you to place literal backtick characters at the beginning or end of a code span: 	A single backtick in a code span: `` ` `` 	 	A backtick-delimited string in a code span: `` `foo` `` will produce: 	<p>A single backtick in a code span: <code>`</code></p> 	 	<p>A backtick-delimited string in a code span: <code>`foo`</code></p> With a code span, ampersands and angle brackets are encoded as HTML entities automatically, which makes it easy to include example HTML tags. Markdown will turn this: Please don't use any `<blink>` tags. into: <p>Please don't use any <code>&lt;blink&gt;</code> tags.</p> You can write this: `&#8212;` is the decimal-encoded equivalent of `&mdash;`. to produce: <p><code>&amp;#8212;</code> is the decimal-encoded equivalent of <code>&amp;mdash;</code>.</p> <h3 id="img">Images</h3> Admittedly, it's fairly difficult to devise a "natural" syntax for placing images into a plain text document format. Markdown uses an image syntax that is intended to resemble the syntax for links, allowing for two styles: *inline* and *reference*. Inline image syntax looks like this:   That is: * An exclamation mark: `!`; * followed by a set of square brackets, containing the `alt` attribute text for the image; * followed by a set of parentheses, containing the URL or path to the image, and an optional `title` attribute enclosed in double or single quotes. Reference-style image syntax looks like this: ![Alt text][id] Where "id" is the name of a defined image reference. Image references are defined using syntax identical to link references: [id]: url/to/image "Optional title attribute" As of this writing, Markdown has no syntax for specifying the dimensions of an image; if this is important to you, you can simply use regular HTML `<img>` tags. * * * <h2 id="misc">Miscellaneous</h2> <h3 id="autolink">Automatic Links</h3> Markdown supports a shortcut style for creating "automatic" links for URLs and email addresses: simply surround the URL or email address with angle brackets. What this means is that if you want to show the actual text of a URL or email address, and also have it be a clickable link, you can do this: <http://example.com/> Markdown will turn this into: <a href="http://example.com/">http://example.com/</a> Automatic links for email addresses work similarly, except that Markdown will also perform a bit of randomized decimal and hex entity-encoding to help obscure your address from address-harvesting spambots. For example, Markdown will turn this: <address@example.com> into something like this: <a href="&#x6D;&#x61;i&#x6C;&#x74;&#x6F;:&#x61;&#x64;&#x64;&#x72;&#x65; &#115;&#115;&#64;&#101;&#120;&#x61;&#109;&#x70;&#x6C;e&#x2E;&#99;&#111; &#109;">&#x61;&#x64;&#x64;&#x72;&#x65;&#115;&#115;&#64;&#101;&#120;&#x61; &#109;&#x70;&#x6C;e&#x2E;&#99;&#111;&#109;</a> which will render in a browser as a clickable link to "address@example.com". (This sort of entity-encoding trick will indeed fool many, if not most, address-harvesting bots, but it definitely won't fool all of them. It's better than nothing, but an address published in this way will probably eventually start receiving spam.) <h3 id="backslash">Backslash Escapes</h3> Markdown allows you to use backslash escapes to generate literal characters which would otherwise have special meaning in Markdown's formatting syntax. For example, if you wanted to surround a word with literal asterisks (instead of an HTML `<em>` tag), you can use backslashes before the asterisks, like this: \*literal asterisks\* Markdown provides backslash escapes for the following characters: \ backslash ` backtick * asterisk _ underscore {} curly braces [] square brackets () parentheses # hash mark 	+ plus sign 	- minus sign (hyphen) . dot ! exclamation mark "></outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Math</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" foo \\({e}^{i\pi }+1=0\\) bar \\[ {x}_{1,2}=\frac{-b\pm \sqrt{{b}^{2}-4ac}}{2a} \\] foo ${e}^{i\pi }+1=0$ bar foo ${e}^{i\pi }+1=0$, bar $${x}_{1,2}=\frac{-b\pm \sqrt{{b}^{2}-4ac}}{2a}$$ 5 foo $ {e}^{i\pi }+1=0$ bar $$ {x}_{1,2}=\frac{-b\pm \sqrt{{b}^{2}-4ac}}{2a}$$ foo ${e}^{i\pi }+1=0 $ bar $${x}_{1,2}=\frac{-b\pm \sqrt{{b}^{2}-4ac}}{2a} $$ foo a${e}^{i\pi }+1=0$ bar 10 a$${x}_{1,2}=\frac{-b\pm \sqrt{{b}^{2}-4ac}}{2a}$$ foo ${e}^{i\pi }+1=0$b bar $${x}_{1,2}=\frac{-b\pm \sqrt{{b}^{2}-4ac}}{2a}$$b $\nabla \times \mathbf{E} = - \frac{\partial \mathbf{B}}{\partial t}$ $$\nabla \times \mathbf{E} = - \frac{\partial \mathbf{B}}{\partial t}$$ 15 \\(\nabla \times \mathbf{E} = - \frac{\partial \mathbf{B}}{\partial t}\\) \\[\nabla \times \mathbf{E} = - \frac{\partial \mathbf{B}}{\partial t}\\] $\begin{equation}\nabla \times \mathbf{E} = - \frac{\partial \mathbf{B}}{\partial t}\end{equation}$ $$\begin{equation}\nabla \times \mathbf{E} = - \frac{\partial \mathbf{B}}{\partial t}\end{equation}$$ \\(\begin{equation}\nabla \times \mathbf{E} = - \frac{\partial \mathbf{B}}{\partial t}\end{equation}\\) 20 \\[\begin{equation}\nabla \times \mathbf{E} = - \frac{\partial \mathbf{B}}{\partial t}\end{equation}\\] `\begin{equation}\nabla \times \mathbf{E} = - \frac{\partial \mathbf{B}}{\partial t}\end{equation}` $a *foo* b$ \\[a *foo* b\\] \\[\pi^2\\] 25 \\[\pi~2\\] `$a*x*y$` `$$a*x*y$$` `\\(a*x*y\\)` `\\[a*x*y\\]` "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Math"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Metadata with YAML</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" --- foo "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Metadata with YAML"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>*foo* "bar"</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" foo:	bar "></outline>
+<outline text="foo " _note=""></outline>
+<outline text="Metadata">
+<outline text="title" _note="*foo* "bar""/>
+<outline text="empty" _note=""/>
+<outline text="css" _note="http://foo.com/bar.css"/>
+<outline text="htmlheader" _note="<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script>"/>
+<outline text="latexleader" _note="mmd6-article-leader"/>
+<outline text="latexbegin" _note="mmd6-article-begin"/>
+<outline text="latexfooter" _note="mmd6-article-footer"/>
+<outline text="foo" _note="bar foo bar foo bar"/>
+<outline text="htmlheaderlevel" _note="2"/>
+<outline text="latexheaderlevel" _note="2"/>
+<outline text="baseheaderlevel" _note="3"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Nested Definition Lists</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" bat :	*foo* 	bar 		*foo* "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Nested Definition Lists"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Nested Lists</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" * foo 	* bar * foo 	* bar * foo 	* bar bar * foo 	* bar * foo 	* bar * foo 	* bar bar * foo 	* bar * foo 	* bar * foo 	* bar 5 * foo 	* bar * foo 	* bar * foo 	* bar bar * foo 	* bar * foo 	* bar * foo 	* bar bar "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Nested Lists"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Raw Source</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" `*foo*`{*} `*foo*`{=html} `*foo*`{=latex} `*foo*`{=odt} `*foo*`{=*} 5 ```{*} *foo* ``` ```{=html} *foo* ``` ```{=latex} *foo* ``` ```{=odt} *foo* ``` ```{=*} *foo* ``` 10 ```{=*} *foo* *bar* "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Raw Source"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Reference Footnotes</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" foo.[^bar] foo.[^bar2] foo.[^bar3] foo.[^bar3] [^bar]: *foo* [^bar2]: *foo bar* [^bar3]: foo 	*bar* 	* bat "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Reference Footnotes"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Reference Images</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" Test ![*foo*][bar]. Test ![*foo*][BAR]. Test ![*foo*][foobar]. Test ![*foo*][foo bar]. Test ![*foo*][foo bar]. 5 Test ![*foo*][long]. Test ![foo][]. Test ![foo]. [foo]: http://test.0/ [bar]: http://test.1/ [BAR]: http://test.2/ [foobar]: http://test.3/	"title" [foo bar]: http://test.4/ [foo bar]: http://test.5/	"" [long]: http://test.6/ "title" "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Reference Images"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Reference Links</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" [*foo*][bar]. [*foo*][BAR]. [*foo*][foobar]. [*foo*][foo bar]. [*foo*][foo bar]. 5 [*foo*][long]. [foo][]. [foo]. [[foo]][bar] [[foo]][] 10 [[foo][bar]][] [foo][bar] [foo] [bar] [foo] [bar] [foo]: http://test.0/ [bar]:	http://test.1/file.txt [BAR]: http://test.2/ [foobar]: http://test.3/file.txt	"title" [foo bar]: http://test.4/ [foo bar]: http://test.5/	"" [long]: http://test.6/ "title" "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Reference Links"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Setext Headers</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" "></outline>
+<outline text="foo bar" _note=" "><outline text="foo *bar*" _note=" "></outline>
+</outline>
+<outline text="foo bar" _note=" "><outline text="foo bar" _note=" "></outline>
+</outline>
+<outline text="foo" _note="bar 5 "><outline text="foo" _note="bar ```` foo ==== ```` ==== ---- "></outline>
+</outline>
+<outline text="Metadata">
+<outline text="title" _note="Setext Headers"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Smart Quotes</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" 'foo' "foo" "foo" 'bar' 'foo' "bar" '.foo' 5 \"foo\". \'foo\'. `foo' ``foo'' ```foo''' 10 "" foo ""? '' foo ''? isn't foo -- bar foo --- bar 15 1-2 1--2 1---3 `--` `---` 20 ... . . . `...` `. . .` l'année l'année 25 l'été l'année l'été l'été l'année l'été foo's and bar's `foo`'s and `bar`'s 30 foo('bar') foo("bar") foo-bar * foo-bar * foo-bar "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Smart Quotes"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Spanish</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" 'foo' "foo" foo's foo --- bar foo -- bar 5 foo... [^foo] [#bar] [#bar]: foo "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Spanish"/>
+<outline text="latexconfig" _note="article"/>
+<outline text="language" _note="es"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Special Characters</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" {foo} [foo] {{foo}} [[foo]] (foo) 5 |foo| \foo\ <foo> % `%` 10 & % # _ { } ~ ^ \\ `&` `%` `#` `_` 15 `{` `}` `~` `^` `\\` "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Special Characters"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Superscript</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" x^2. x^2xz. x^2.^ x^2 3^ x^2 3^2 5 x~z. x~xyz. z~z.~ ~/Library/MultiMarkdown ^test 10 x\^y x\~y x~2 3~ x~2 3~2 H~2~O 15 CH~3~CH~2~CH~2~CH~3~ CH~3~CH~2~CH~2~CH~3 `\pi^2` `\pi^2^` `CH~4` 20 `CH~4~` ^238^U Ca^2+^ ~t~p~x~ ^23^Na^1+^ 25 Na^1+ Na^1+^ Na^+ Na^+^ "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Superscript"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Swedish</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" 'foo' "foo" foo's foo --- bar foo -- bar 5 foo... [^foo] [#bar] [#bar]: foo "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Swedish"/>
+<outline text="latexconfig" _note="article"/>
+<outline text="language" _note="sv"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Table of Contents</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" {{TOC}} "></outline>
+<outline text="Second Level " _note=" "></outline>
+<outline text="First Level " _note=" "><outline text="Second Level b " _note=" "><outline text="Third Level " _note=" "></outline>
+</outline>
+<outline text="Second Level c " _note=" "></outline>
+</outline>
+<outline text="First Level b " _note=" "><outline text="Third Level b " _note=" "></outline>
+<outline text="Second level d " _note=" "><outline text="Third level d " _note=" "><outline text="Fourth level d " _note=" "></outline>
+</outline>
+</outline>
+</outline>
+<outline text="First level [First Level e] " _note=" "><outline text="Second level [Second Level e] " _note=""></outline>
+</outline>
+<outline text="Metadata">
+<outline text="title" _note="Table of Contents"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Tables</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" | foo	| bar	| -----+ | :--:+	| | *foo*	| *bar*	| | **foo bar**	|| | foo1 | bar1 | | :---+ | ---:+ | *foo* | *bar* | | **foo bar** || | foo2 | bar2 | | :---- | ----: *foo* | *bar* | | **foo bar** || | foo3 | bar3 | *foo* | *bar* | | **foo bar** || | foo4 | bar4 | *foo* | *bar* | | **foo bar** || 5 | foo5 | bar5 | | :---- | ------: *foo* | *bar* | | **foo bar** \| || | foo6 | bar6 | | :---- | ----: | *foo* | *bar* | | **foo bar** || | foo | bar | --- | --- | foo | bar | [*caption*][bar] | foo | bar | | --- | --- | | foo | bar | [*caption*] [*foo*][bar] | foo | bar | | --- | --- | | foo | bar | 6 --- | --- | | foo | bar | [*caption*][bar] | bat || | foo | bar | | --- | --- | | foo | bar | [**no trailing newline**]"></outline>
+<outline text="Metadata">
+<outline text="title" _note="Tables"/>
+<outline text="latexconfig" _note="article"/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Transclusion</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" This text is included in `foo.txt`. This should not be transcluded to avoid an infinite loop -- {{foo.txt}} This text is included in `bar.txt`. This can be transcluded without causing an infinite loop -- This text is included in `foo.txt`. This should not be transcluded to avoid an infinite loop -- {{foo.txt}} ``` This is a file with no metadata. ``` ``` This is a file with no metadata. ``` {{transclusion/bat.*}} This text is included in `transclusion/baz.txt`. This should pull in `bar.txt`, *if* run from the parent directory, since it does *not* override the `transclude base` metadata. This text is included in `bar.txt`. This can be transcluded without causing an infinite loop -- This text is included in `foo.txt`. This should not be transcluded to avoid an infinite loop -- {{foo.txt}} ``` This is a file with no metadata. ``` ``` This is a file with no metadata. ``` This text is included in `transclusion/baz2.txt`. This should pull in `transclusion/bar.txt`, *even if* run from the parent directory, since it overrides the `transclude base` metadata. This text is included in `transclusion\bar.txt`. foo can no longer be found -- {{foo.txt}} "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Transclusion"/>
+<outline text="latexconfig" _note="article"/>
+<outline text="transcludebase" _note="."/>
+</outline>
+</body>
+</opml>
+
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<opml version="1.0">
+<head><title>Variables</title></head>
+<body>
+<outline text="(Untitled Preamble)" _note=" foo:	bar [%foo] [%bar] [%bat] [%latex config] "></outline>
+<outline text="Metadata">
+<outline text="title" _note="Variables"/>
+<outline text="latexconfig" _note="article"/>
+<outline text="foo" _note="bar foo bar foo bar"/>
+<outline text="bat" _note="**foo**"/>
+</outline>
+</body>
+</opml>
+
\bibitem{foo}
bar
-
-
\end{thebibliography}
\input{mmd6-article-footer}