2013-08-16 21:25:21 +02:00
|
|
|
Pandoc (Meta {unMeta = fromList []})
|
2013-11-17 17:47:14 +01:00
|
|
|
[Header 1 ("header",[],[]) [Str "header"]
|
|
|
|
,Header 2 ("header-level-two",[],[]) [Str "header",Space,Str "level",Space,Str "two"]
|
|
|
|
,Header 3 ("header-level-3",[],[]) [Str "header",Space,Str "level",Space,Str "3"]
|
|
|
|
,Header 4 ("header-level-four",[],[]) [Str "header",Space,Emph [Str "level"],Space,Str "four"]
|
|
|
|
,Header 5 ("header-level-5",[],[]) [Str "header",Space,Str "level",Space,Str "5"]
|
|
|
|
,Header 6 ("header-level-6",[],[]) [Str "header",Space,Str "level",Space,Str "6"]
|
2012-09-10 19:02:12 +02:00
|
|
|
,Para [Str "=======",Space,Str "not",Space,Str "a",Space,Str "header",Space,Str "========"]
|
2012-09-13 07:44:11 +02:00
|
|
|
,Para [Code ("",[],[]) "==\160not\160a\160header\160=="]
|
2013-11-17 17:47:14 +01:00
|
|
|
,Header 2 ("emph-and-strong",[],[]) [Str "emph",Space,Str "and",Space,Str "strong"]
|
2012-09-10 19:02:12 +02:00
|
|
|
,Para [Emph [Str "emph"],Space,Strong [Str "strong"]]
|
|
|
|
,Para [Strong [Emph [Str "strong",Space,Str "and",Space,Str "emph"]]]
|
|
|
|
,Para [Strong [Emph [Str "emph",Space,Str "inside"],Space,Str "strong"]]
|
|
|
|
,Para [Strong [Str "strong",Space,Str "with",Space,Emph [Str "emph"]]]
|
|
|
|
,Para [Emph [Strong [Str "strong",Space,Str "inside"],Space,Str "emph"]]
|
2013-11-17 17:47:14 +01:00
|
|
|
,Header 2 ("horizontal-rule",[],[]) [Str "horizontal",Space,Str "rule"]
|
2012-09-10 19:02:12 +02:00
|
|
|
,Para [Str "top"]
|
|
|
|
,HorizontalRule
|
|
|
|
,Para [Str "bottom"]
|
|
|
|
,HorizontalRule
|
2013-11-17 17:47:14 +01:00
|
|
|
,Header 2 ("nowiki",[],[]) [Str "nowiki"]
|
2012-09-10 19:02:12 +02:00
|
|
|
,Para [Str "''not",Space,Str "emph''"]
|
2013-11-17 17:47:14 +01:00
|
|
|
,Header 2 ("strikeout",[],[]) [Str "strikeout"]
|
2012-09-10 19:02:12 +02:00
|
|
|
,Para [Strikeout [Str "This",Space,Str "is",Space,Emph [Str "struck",Space,Str "out"]]]
|
2013-11-17 17:47:14 +01:00
|
|
|
,Header 2 ("entities",[],[]) [Str "entities"]
|
2012-09-10 19:02:12 +02:00
|
|
|
,Para [Str "hi",Space,Str "&",Space,Str "low"]
|
|
|
|
,Para [Str "hi",Space,Str "&",Space,Str "low"]
|
|
|
|
,Para [Str "G\246del"]
|
|
|
|
,Para [Str "\777\2730"]
|
2013-11-17 17:47:14 +01:00
|
|
|
,Header 2 ("comments",[],[]) [Str "comments"]
|
2012-09-10 19:02:12 +02:00
|
|
|
,Para [Str "inline",Space,Str "comment"]
|
|
|
|
,Para [Str "between",Space,Str "blocks"]
|
2013-11-17 17:47:14 +01:00
|
|
|
,Header 2 ("linebreaks",[],[]) [Str "linebreaks"]
|
2012-09-10 19:02:12 +02:00
|
|
|
,Para [Str "hi",LineBreak,Str "there"]
|
2012-09-13 04:15:34 +02:00
|
|
|
,Para [Str "hi",LineBreak,Str "there"]
|
2013-11-17 17:47:14 +01:00
|
|
|
,Header 2 ("indents",[],[]) [Str ":",Space,Str "indents"]
|
2012-09-13 04:15:34 +02:00
|
|
|
,Para [Str "hi"]
|
|
|
|
,DefinitionList
|
|
|
|
[([],
|
|
|
|
[[Plain [Str "there"]]])]
|
|
|
|
,Para [Str "bud"]
|
|
|
|
,Para [Str "hi"]
|
|
|
|
,DefinitionList
|
|
|
|
[([],
|
|
|
|
[[DefinitionList
|
|
|
|
[([],
|
|
|
|
[[Plain [Str "there"]]])]]])]
|
|
|
|
,Para [Str "bud"]
|
2013-11-17 17:47:14 +01:00
|
|
|
,Header 2 ("p-tags",[],[]) [Str "p",Space,Str "tags"]
|
2012-09-13 04:15:34 +02:00
|
|
|
,Para [Str "hi",Space,Str "there"]
|
|
|
|
,Para [Str "bud"]
|
|
|
|
,Para [Str "another"]
|
2013-11-17 17:47:14 +01:00
|
|
|
,Header 2 ("raw-html",[],[]) [Str "raw",Space,Str "html"]
|
2013-08-15 08:24:45 +02:00
|
|
|
,Para [Str "hi",Space,RawInline (Format "html") "<span style=\"color:red\">",Emph [Str "there"],RawInline (Format "html") "</span>",Str "."]
|
|
|
|
,Para [RawInline (Format "html") "<ins>",Str "inserted",RawInline (Format "html") "</ins>"]
|
|
|
|
,RawBlock (Format "html") "<div class=\"special\">"
|
2012-09-13 04:15:34 +02:00
|
|
|
,Para [Str "hi",Space,Emph [Str "there"]]
|
2013-08-15 08:24:45 +02:00
|
|
|
,RawBlock (Format "html") "</div>"
|
2013-11-17 17:47:14 +01:00
|
|
|
,Header 2 ("sup-sub-del",[],[]) [Str "sup,",Space,Str "sub,",Space,Str "del"]
|
2015-12-12 21:21:36 +01:00
|
|
|
,Para [Str "H",Subscript [Str "2"],Str "O",Space,Str "base",Superscript [Emph [Str "exponent"]],SoftBreak,Strikeout [Str "hello"]]
|
2013-11-17 17:47:14 +01:00
|
|
|
,Header 2 ("inline-code",[],[]) [Str "inline",Space,Str "code"]
|
2012-09-13 04:35:06 +02:00
|
|
|
,Para [Code ("",[],[]) "*\8594*",Space,Code ("",[],[]) "typed",Space,Code ("",["haskell"],[]) ">>="]
|
2013-11-17 17:47:14 +01:00
|
|
|
,Header 2 ("code-blocks",[],[]) [Str "code",Space,Str "blocks"]
|
2012-09-13 04:35:06 +02:00
|
|
|
,CodeBlock ("",[],[]) "case xs of\n (_:_) -> reverse xs\n [] -> ['*']"
|
|
|
|
,CodeBlock ("",["haskell"],[]) "case xs of\n (_:_) -> reverse xs\n [] -> ['*']"
|
|
|
|
,CodeBlock ("",["ruby","numberLines"],[("startFrom","100")]) "widgets.each do |w|\n print w.price\nend"
|
2013-11-17 17:47:14 +01:00
|
|
|
,Header 2 ("block-quotes",[],[]) [Str "block",Space,Str "quotes"]
|
2012-09-13 04:35:06 +02:00
|
|
|
,Para [Str "Regular",Space,Str "paragraph"]
|
|
|
|
,BlockQuote
|
|
|
|
[Para [Str "This",Space,Str "is",Space,Str "a",Space,Str "block",Space,Str "quote."]
|
|
|
|
,Para [Str "With",Space,Str "two",Space,Str "paragraphs."]]
|
|
|
|
,Para [Str "Nother",Space,Str "paragraph."]
|
2013-11-17 17:47:14 +01:00
|
|
|
,Header 2 ("external-links",[],[]) [Str "external",Space,Str "links"]
|
2015-07-26 20:09:10 +02:00
|
|
|
,Para [Link ("",[],[]) [Emph [Str "Google"],Space,Str "search",Space,Str "engine"] ("http://google.com","")]
|
|
|
|
,Para [Link ("",[],[]) [Str "http://pandoc.org"] ("http://pandoc.org","")]
|
|
|
|
,Para [Link ("",[],[]) [Str "1"] ("http://google.com",""),Space,Link ("",[],[]) [Str "2"] ("http://yahoo.com","")]
|
|
|
|
,Para [Link ("",[],[]) [Str "email",Space,Str "me"] ("mailto:info@example.org","")]
|
2013-11-17 17:47:14 +01:00
|
|
|
,Header 2 ("internal-links",[],[]) [Str "internal",Space,Str "links"]
|
2015-07-26 20:09:10 +02:00
|
|
|
,Para [Link ("",[],[]) [Str "Help"] ("Help","wikilink")]
|
|
|
|
,Para [Link ("",[],[]) [Str "the",Space,Str "help",Space,Str "page"] ("Help","wikilink")]
|
|
|
|
,Para [Link ("",[],[]) [Str "Helpers"] ("Help","wikilink")]
|
|
|
|
,Para [Link ("",[],[]) [Str "Help"] ("Help","wikilink"),Str "ers"]
|
|
|
|
,Para [Link ("",[],[]) [Str "Contents"] ("Help:Contents","wikilink")]
|
|
|
|
,Para [Link ("",[],[]) [Str "#My",Space,Str "anchor"] ("#My_anchor","wikilink")]
|
|
|
|
,Para [Link ("",[],[]) [Str "and",Space,Str "text"] ("Page#with_anchor","wikilink")]
|
2013-11-17 17:47:14 +01:00
|
|
|
,Header 2 ("images",[],[]) [Str "images"]
|
2015-04-02 02:03:00 +02:00
|
|
|
,Para [Image ("",[],[]) [Str "caption"] ("example.jpg","fig:caption")]
|
|
|
|
,Para [Image ("",[],[]) [Str "the",Space,Emph [Str "caption"],Space,Str "with",Space,Link ("",[],[]) [Str "external",Space,Str "link"] ("http://google.com","")] ("example.jpg","fig:the caption with external link")]
|
|
|
|
,Para [Image ("",[],[("width","30"),("height","40")]) [Str "caption"] ("example.jpg","fig:caption")]
|
|
|
|
,Para [Image ("",[],[("width","30")]) [Str "caption"] ("example.jpg","fig:caption")]
|
|
|
|
,Para [Image ("",[],[("width","30")]) [Str "caption"] ("example.jpg","fig:caption")]
|
|
|
|
,Para [Image ("",[],[]) [Str "example.jpg"] ("example.jpg","fig:example.jpg")]
|
|
|
|
,Para [Image ("",[],[]) [Str "example_es.jpg"] ("example_es.jpg","fig:example_es.jpg")]
|
2013-11-17 17:47:14 +01:00
|
|
|
,Header 2 ("lists",[],[]) [Str "lists"]
|
2012-09-13 04:48:11 +02:00
|
|
|
,BulletList
|
|
|
|
[[Plain [Str "Start",Space,Str "each",Space,Str "line"]]
|
|
|
|
,[Plain [Str "with",Space,Str "an",Space,Str "asterisk",Space,Str "(*)."]
|
|
|
|
,BulletList
|
|
|
|
[[Plain [Str "More",Space,Str "asterisks",Space,Str "gives",Space,Str "deeper"]
|
|
|
|
,BulletList
|
|
|
|
[[Plain [Str "and",Space,Str "deeper",Space,Str "levels."]]]]]]
|
|
|
|
,[Plain [Str "Line",Space,Str "breaks",LineBreak,Str "don't",Space,Str "break",Space,Str "levels."]
|
|
|
|
,BulletList
|
|
|
|
[[BulletList
|
|
|
|
[[Plain [Str "But",Space,Str "jumping",Space,Str "levels",Space,Str "creates",Space,Str "empty",Space,Str "space."]]]]]]]
|
|
|
|
,Para [Str "Any",Space,Str "other",Space,Str "start",Space,Str "ends",Space,Str "the",Space,Str "list."]
|
2014-04-01 19:36:23 +02:00
|
|
|
,BulletList
|
|
|
|
[[BulletList
|
|
|
|
[[Plain [Str "two"]]]]
|
|
|
|
,[Plain [Str "one"]]]
|
2012-09-13 04:48:11 +02:00
|
|
|
,OrderedList (1,DefaultStyle,DefaultDelim)
|
|
|
|
[[Plain [Str "Start",Space,Str "each",Space,Str "line"]]
|
|
|
|
,[Plain [Str "with",Space,Str "a",Space,Str "number",Space,Str "sign",Space,Str "(#)."]
|
|
|
|
,OrderedList (1,DefaultStyle,DefaultDelim)
|
|
|
|
[[Plain [Str "More",Space,Str "number",Space,Str "signs",Space,Str "gives",Space,Str "deeper"]
|
|
|
|
,OrderedList (1,DefaultStyle,DefaultDelim)
|
|
|
|
[[Plain [Str "and",Space,Str "deeper"]]
|
|
|
|
,[Plain [Str "levels."]]]]]]
|
|
|
|
,[Plain [Str "Line",Space,Str "breaks",LineBreak,Str "don't",Space,Str "break",Space,Str "levels."]
|
|
|
|
,OrderedList (1,DefaultStyle,DefaultDelim)
|
|
|
|
[[OrderedList (1,DefaultStyle,DefaultDelim)
|
|
|
|
[[Plain [Str "But",Space,Str "jumping",Space,Str "levels",Space,Str "creates",Space,Str "empty",Space,Str "space."]]]]]]
|
|
|
|
,[Plain [Str "Blank",Space,Str "lines"]]]
|
|
|
|
,OrderedList (1,DefaultStyle,DefaultDelim)
|
|
|
|
[[Plain [Str "end",Space,Str "the",Space,Str "list",Space,Str "and",Space,Str "start",Space,Str "another."]]]
|
2015-12-12 21:21:36 +01:00
|
|
|
,Para [Str "Any",Space,Str "other",Space,Str "start",Space,Str "also",SoftBreak,Str "ends",Space,Str "the",Space,Str "list."]
|
2012-09-13 04:48:11 +02:00
|
|
|
,DefinitionList
|
|
|
|
[([Str "item",Space,Str "1"],
|
|
|
|
[[Plain [Str "definition",Space,Str "1"]]])
|
|
|
|
,([Str "item",Space,Str "2"],
|
|
|
|
[[Plain [Str "definition",Space,Str "2-1"]]
|
|
|
|
,[Plain [Str "definition",Space,Str "2-2"]]])]
|
|
|
|
,OrderedList (1,DefaultStyle,DefaultDelim)
|
|
|
|
[[Plain [Str "one"]]
|
|
|
|
,[Plain [Str "two"]
|
|
|
|
,BulletList
|
|
|
|
[[Plain [Str "two",Space,Str "point",Space,Str "one"]]
|
|
|
|
,[Plain [Str "two",Space,Str "point",Space,Str "two"]]]]
|
|
|
|
,[Plain [Str "three"]
|
|
|
|
,DefinitionList
|
|
|
|
[([Str "three",Space,Str "item",Space,Str "one"],
|
|
|
|
[[Plain [Str "three",Space,Str "def",Space,Str "one"]]])]]
|
|
|
|
,[Plain [Str "four"]
|
|
|
|
,DefinitionList
|
|
|
|
[([],
|
|
|
|
[[Plain [Str "four",Space,Str "def",Space,Str "one"]]
|
|
|
|
,[Plain [Str "this",Space,Str "looks",Space,Str "like",Space,Str "a",Space,Str "continuation"]]
|
|
|
|
,[Plain [Str "and",Space,Str "is",Space,Str "often",Space,Str "used"]]
|
|
|
|
,[Plain [Str "instead",LineBreak,Str "of",Space,Str "<br/>"]]])]]
|
2013-08-15 08:24:45 +02:00
|
|
|
,[Plain [RawInline (Format "mediawiki") "{{{template\n|author=John\n|title=My Book\n}}}"]
|
2012-09-13 04:48:11 +02:00
|
|
|
,OrderedList (1,DefaultStyle,DefaultDelim)
|
|
|
|
[[Plain [Str "five",Space,Str "sub",Space,Str "1"]
|
|
|
|
,OrderedList (1,DefaultStyle,DefaultDelim)
|
|
|
|
[[Plain [Str "five",Space,Str "sub",Space,Str "1",Space,Str "sub",Space,Str "1"]]]]
|
2012-09-13 04:54:56 +02:00
|
|
|
,[Plain [Str "five",Space,Str "sub",Space,Str "2"]]]]]
|
2012-09-13 23:47:11 +02:00
|
|
|
,OrderedList (1,DefaultStyle,DefaultDelim)
|
|
|
|
[[Plain [Str "list",Space,Str "item",Space,Emph [Str "emph"]]
|
|
|
|
,OrderedList (1,DefaultStyle,DefaultDelim)
|
|
|
|
[[Plain [Str "list",Space,Str "item",Space,Str "B1"]]
|
|
|
|
,[Plain [Str "list",Space,Str "item",Space,Str "B2"]]]
|
|
|
|
,Para [Str "continuing",Space,Str "list",Space,Str "item",Space,Str "A1"]]
|
|
|
|
,[Plain [Str "list",Space,Str "item",Space,Str "A2"]]]
|
|
|
|
,OrderedList (1,DefaultStyle,DefaultDelim)
|
|
|
|
[[Plain [Str "abc"]]
|
|
|
|
,[Plain [Str "def"]]
|
|
|
|
,[Plain [Str "ghi"]]]
|
|
|
|
,OrderedList (9,DefaultStyle,DefaultDelim)
|
|
|
|
[[Plain [Str "Amsterdam"]]
|
|
|
|
,[Plain [Str "Rotterdam"]]
|
|
|
|
,[Plain [Str "The",Space,Str "Hague"]]]
|
2013-11-17 17:47:14 +01:00
|
|
|
,Header 2 ("math",[],[]) [Str "math"]
|
2012-09-13 07:44:11 +02:00
|
|
|
,Para [Str "Here",Space,Str "is",Space,Str "some",Space,Math InlineMath "x=\\frac{y^\\pi}{z}",Str "."]
|
2013-10-19 02:50:43 +02:00
|
|
|
,Para [Str "With",Space,Str "spaces:",Space,Math InlineMath "x=\\frac{y^\\pi}{z}",Str "."]
|
2013-11-17 17:47:14 +01:00
|
|
|
,Header 2 ("preformatted-blocks",[],[]) [Str "preformatted",Space,Str "blocks"]
|
2012-09-13 07:44:11 +02:00
|
|
|
,Para [Code ("",[],[]) "Start\160each\160line\160with\160a\160space.",LineBreak,Code ("",[],[]) "Text\160is\160",Strong [Code ("",[],[]) "preformatted"],Code ("",[],[]) "\160and",LineBreak,Emph [Code ("",[],[]) "markups"],Code ("",[],[]) "\160",Strong [Emph [Code ("",[],[]) "can"]],Code ("",[],[]) "\160be\160done."]
|
|
|
|
,Para [Code ("",[],[]) "\160hell\160\160\160\160\160\160yeah"]
|
2012-09-13 21:03:54 +02:00
|
|
|
,Para [Code ("",[],[]) "Start\160with\160a\160space\160in\160the\160first\160column,",LineBreak,Code ("",[],[]) "(before\160the\160<nowiki>).",LineBreak,Code ("",[],[]) "",LineBreak,Code ("",[],[]) "Then\160your\160block\160format\160will\160be",LineBreak,Code ("",[],[]) "\160\160\160\160maintained.",LineBreak,Code ("",[],[]) "",LineBreak,Code ("",[],[]) "This\160is\160good\160for\160copying\160in\160code\160blocks:",LineBreak,Code ("",[],[]) "",LineBreak,Code ("",[],[]) "def\160function():",LineBreak,Code ("",[],[]) "\160\160\160\160\"\"\"documentation\160string\"\"\"",LineBreak,Code ("",[],[]) "",LineBreak,Code ("",[],[]) "\160\160\160\160if\160True:",LineBreak,Code ("",[],[]) "\160\160\160\160\160\160\160\160print\160True",LineBreak,Code ("",[],[]) "\160\160\160\160else:",LineBreak,Code ("",[],[]) "\160\160\160\160\160\160\160\160print\160False"]
|
|
|
|
,Para [Str "Not"]
|
2013-08-15 08:24:45 +02:00
|
|
|
,RawBlock (Format "html") "<hr/>"
|
2012-09-13 21:03:54 +02:00
|
|
|
,Para [Str "preformatted"]
|
2013-03-28 18:47:27 +01:00
|
|
|
,Para [Str "Don't",Space,Str "need"]
|
|
|
|
,Para [Code ("",[],[]) "a\160blank\160line"]
|
|
|
|
,Para [Str "around",Space,Str "a",Space,Str "preformatted",Space,Str "block."]
|
2013-11-17 17:47:14 +01:00
|
|
|
,Header 2 ("templates",[],[]) [Str "templates"]
|
2013-08-15 08:24:45 +02:00
|
|
|
,RawBlock (Format "mediawiki") "{{Welcome}}"
|
|
|
|
,RawBlock (Format "mediawiki") "{{Foo:Bar}}"
|
|
|
|
,RawBlock (Format "mediawiki") "{{Thankyou|all your effort|Me}}"
|
|
|
|
,Para [Str "Written",Space,RawInline (Format "mediawiki") "{{{date}}}",Space,Str "by",Space,RawInline (Format "mediawiki") "{{{name}}}",Str "."]
|
2013-11-17 17:47:14 +01:00
|
|
|
,Header 2 ("tables",[],[]) [Str "tables"]
|
2012-09-14 16:55:16 +02:00
|
|
|
,Table [] [AlignDefault,AlignDefault] [0.0,0.0]
|
|
|
|
[[]
|
|
|
|
,[]]
|
|
|
|
[[[Para [Str "Orange"]]
|
|
|
|
,[Para [Str "Apple"]]]
|
|
|
|
,[[Para [Str "Bread"]]
|
|
|
|
,[Para [Str "Pie"]]]
|
|
|
|
,[[Para [Str "Butter"]]
|
|
|
|
,[Para [Str "Ice",Space,Str "cream"]]]]
|
|
|
|
,Table [Str "Food",Space,Str "complements"] [AlignDefault,AlignDefault] [0.0,0.0]
|
|
|
|
[[Para [Str "Orange"]]
|
|
|
|
,[Para [Str "Apple"]]]
|
|
|
|
[[[Para [Str "Bread"]]
|
|
|
|
,[Para [Str "Pie"]]]
|
|
|
|
,[[Para [Str "Butter"]]
|
2012-09-15 05:31:55 +02:00
|
|
|
,[Para [Str "Ice",Space,Str "cream"]]]]
|
|
|
|
,Table [Str "Food",Space,Str "complements"] [AlignDefault,AlignDefault] [0.0,0.0]
|
|
|
|
[[Para [Str "Orange"]]
|
|
|
|
,[Para [Str "Apple"]]]
|
|
|
|
[[[Para [Str "Bread"]
|
|
|
|
,Para [Str "and",Space,Str "cheese"]]
|
|
|
|
,[Para [Str "Pie"]
|
|
|
|
,OrderedList (1,DefaultStyle,DefaultDelim)
|
|
|
|
[[Plain [Str "apple"]]
|
2012-09-15 06:23:24 +02:00
|
|
|
,[Plain [Str "carrot"]]]]]]
|
|
|
|
,Table [] [AlignDefault,AlignDefault,AlignDefault] [0.0,0.0,0.0]
|
|
|
|
[[]
|
|
|
|
,[]
|
|
|
|
,[]]
|
|
|
|
[[[Para [Str "Orange"]]
|
|
|
|
,[Para [Str "Apple"]]
|
|
|
|
,[Para [Str "more"]]]
|
|
|
|
,[[Para [Str "Bread"]]
|
|
|
|
,[Para [Str "Pie"]]
|
|
|
|
,[Para [Str "more"]]]
|
|
|
|
,[[Para [Str "Butter"]]
|
|
|
|
,[Para [Str "Ice",Space,Str "cream"]]
|
2012-09-15 20:20:50 +02:00
|
|
|
,[Para [Str "and",Space,Str "more"]]]]
|
2012-09-15 21:04:11 +02:00
|
|
|
,Table [] [AlignLeft,AlignRight,AlignCenter] [0.25,0.125,0.125]
|
2012-09-15 20:20:50 +02:00
|
|
|
[[Para [Str "Left"]]
|
|
|
|
,[Para [Str "Right"]]
|
|
|
|
,[Para [Str "Center"]]]
|
|
|
|
[[[Para [Str "left"]]
|
|
|
|
,[Para [Str "15.00"]]
|
|
|
|
,[Para [Str "centered"]]]
|
|
|
|
,[[Para [Str "more"]]
|
|
|
|
,[Para [Str "2.0"]]
|
2012-09-15 22:28:25 +02:00
|
|
|
,[Para [Str "more"]]]]
|
2012-09-16 06:06:55 +02:00
|
|
|
,Table [] [AlignDefault,AlignDefault] [0.0,0.0]
|
|
|
|
[[]
|
|
|
|
,[]]
|
|
|
|
[[[Para [Str "Orange"]]
|
|
|
|
,[Para [Str "Apple"]]]
|
|
|
|
,[[Para [Str "Bread"]]
|
|
|
|
,[Table [] [AlignDefault,AlignDefault] [0.0,0.0]
|
|
|
|
[[Para [Str "fruit"]]
|
|
|
|
,[Para [Str "topping"]]]
|
|
|
|
[[[Para [Str "apple"]]
|
|
|
|
,[Para [Str "ice",Space,Str "cream"]]]]]]
|
|
|
|
,[[Para [Str "Butter"]]
|
|
|
|
,[Para [Str "Ice",Space,Str "cream"]]]]
|
2013-01-28 05:15:46 +01:00
|
|
|
,Table [] [AlignDefault] [0.0]
|
|
|
|
[[]]
|
|
|
|
[[[Para [Str "Orange"]]]]
|
|
|
|
,Para [Str "Paragraph",Space,Str "after",Space,Str "the",Space,Str "table."]
|
2016-05-09 15:22:02 +02:00
|
|
|
,Table [] [AlignDefault,AlignDefault] [0.0,0.0]
|
|
|
|
[[Para [Str "fruit"]]
|
|
|
|
,[Para [Str "topping"]]]
|
|
|
|
[[[Para [Str "apple"]]
|
|
|
|
,[Para [Str "ice",Space,Str "cream"]]]]
|
2013-11-17 17:47:14 +01:00
|
|
|
,Header 2 ("notes",[],[]) [Str "notes"]
|
2013-03-28 17:54:02 +01:00
|
|
|
,Para [Str "My",Space,Str "note!",Note [Plain [Str "This."]]]
|
2015-07-26 20:09:10 +02:00
|
|
|
,Para [Str "URL",Space,Str "note.",Note [Plain [Link ("",[],[]) [Str "http://docs.python.org/library/functions.html#range"] ("http://docs.python.org/library/functions.html#range","")]]]]
|