["text",

  ["heading", { "level": -3 },
    ["plain", "Minimal Texts.js Sample"]
  ],

  ["para", { "level": 0 },
    ["plain", "This document shows what syntax must be supported in texts.js to be compatible with Markdown ("],
    ["linktext", "pandoc"],
    ["linkref", "pandoc"],
    ["plain", " dialect)."]
  ],

  ["link", { "level": 0 },
    ["linkref", "pandoc"],
    ["url", "http://johnmacfarlane.net/pandoc/"]
  ],

  ["heading", { "level": -3 },
    ["plain", "Headings"]
  ],

  ["heading", { "level": -2 },
    ["plain", "Subsection Heading"]
  ],

  ["heading", { "level": -1 },
    ["plain", "Subsubsection"]
  ],

  ["heading", { "level": -3 },
    ["plain", "Text Formatting"]
  ],

  ["para", { "level": 0 },
    ["plain", "You can use "],
    ["emph", "emphasis"],
    ["plain", " and "],
    ["strong", "strong"],
    ["plain", " emphasis. Inline "],
    ["code", "code"],
    ["plain", " will use monospaced font."]
  ],

  ["verbatim", { "level": 0 },
    ["plain", "Code blocks use monospaced font as well and preserve line"],
    ["break", "\n"],
    ["plain", "breaks"]
  ],

  ["heading", { "level": -3 },
    ["plain", "Math"]
  ],

  ["para", { "level": 0 },
    ["plain", "Math formulas can be used inside paragraph like "],
    ["math", "E=mc^2"],
    ["plain", " or on a separate line like the following one."]
  ],

  ["formula", { "level": 0 },
    ["plain", "1+\\frac{q^2}{(1-q)}+\\frac{q^6}{(1-q)(1-q^2)}+\\cdots ="],
    ["break", "\n"],
    ["plain", "\\prod_{j=0}^{\\infty}\\frac{1}{(1-q^{5j+2})(1-q^{5j+3})},"],
    ["break", "\n"],
    ["plain", "\\quad\\quad \\text{for $|q|<1$}"]
  ],

  ["heading", { "level": -3 },
    ["plain", "Footnotes"]
  ],

  ["para", { "level": 0 },
    ["plain", "Footnotes are placed anywhere"],
    ["noteref", "1"],
    ["plain", " in the source file but appear at the bottom of the page."]
  ],

  ["note", { "level": 0 },
    ["noteref", "1"],
    ["plain", "Yes, right here."]
  ],

  ["heading", { "level": -3 },
    ["plain", "Hyperlinks"]
  ],

  ["para", { "level": 0 },
    ["plain", "You can add arbitrary hyperlinks. Link "],
    ["linktext", "text"],
    ["linkref", "1"],
    ["plain", " can differ from it's URL or be the same as the URL: "],
    ["url", "http://www.google.com/"],
    ["plain", "."]
  ],

  ["link", { "level": 0 },
    ["linkref", "1"],
    ["url", "http://www.texts.io/"]
  ],

  ["para", { "level": 0 },
    ["plain", "You can include e-mail links: "],
    ["url", "sheremetyev@gmail.com"],
    ["plain", ". Local files can be "],
    ["linktext", "referenced"],
    ["linkref", "2"],
    ["plain", " as well."]
  ],

  ["link", { "level": 0 },
    ["linkref", "2"],
    ["url", "basic.pdf"]
  ],

  ["heading", { "level": -3 },
    ["plain", "Images"]
  ],

  ["image", { "level": 0 },
    ["url", "Texts_Logo.png"]
  ],

  ["heading", { "level": -3 },
    ["plain", "Tables"]
  ],

  ["row", { "level": 1 },
    ["plain", "Day"]
  ],

  ["col", { "level": 2 },
    ["plain", "Min Temp"]
  ],

  ["col", { "level": 2 },
    ["plain", "Max Temp"]
  ],

  ["col", { "level": 2 },
    ["plain", "Summary"]
  ],

  ["row", { "level": 1 },
    ["plain", "Monday"]
  ],

  ["col", { "level": 2 },
    ["plain", "11°C"]
  ],

  ["col", { "level": 2 },
    ["plain", "22°C"]
  ],

  ["col", { "level": 2 },
    ["plain", "A clear day with lots of sunshine. However, the strong breeze will bring down the temperatures."]
  ],

  ["row", { "level": 1 },
    ["plain", "Tuesday"]
  ],

  ["col", { "level": 2 },
    ["plain", "9°C"]
  ],

  ["col", { "level": 2 },
    ["plain", "19°C"]
  ],

  ["col", { "level": 2 },
    ["plain", "Cloudy with rain, across many northern regions. Clear spells across most of Scotland and Northern Ireland, but rain reaching the far northwest."]
  ],

  ["row", { "level": 1 },
    ["plain", "Wednesday"]
  ],

  ["col", { "level": 2 },
    ["plain", "10°C"]
  ],

  ["col", { "level": 2 },
    ["plain", "21°C"]
  ],

  ["col", { "level": 2 },
    ["plain", "Rain will still linger for the morning. Conditions will improve by early afternoon and continue throughout the evening."]
  ],

  ["heading", { "level": -3 },
    ["plain", "Lists"]
  ],

  ["bulleted", { "level": 0 },
    ["plain", "First bulleted item."]
  ],

  ["bulleted", { "level": 0 },
    ["plain", "Second bulleted item."]
  ],

  ["bulleted", { "level": 1 },
    ["plain", "Subitem."]
  ],

  ["bulleted", { "level": 2 },
    ["plain", "Subsubitem."]
  ],

  ["numbered", { "level": 0 },
    ["plain", "First numbered item."]
  ],

  ["numbered", { "level": 0 },
    ["plain", "Second numbered item."]
  ],

  ["numbered", { "level": 1 },
    ["plain", "Subitem."]
  ],

  ["numbered", { "level": 2 },
    ["plain", "Subsubitem."]
  ],

  ["heading", { "level": -3 },
    ["plain", "Quoting"]
  ],

  ["quote", { "level": 0 },
    ["plain", "Quoted text can include only inline text styles."]
  ],

  ["quote", { "level": 0 },
    ["plain", "Headings shouldn’t be used."]
  ],

  ["divider", { "level": 0 }
  ],

  ["heading", { "level": -3 },
    ["plain", "Symbol Escaping"]
  ],

  ["para", { "level": 0 },
    ["plain", "No-break space (Unicode U+00A0) will be converted to tilde symbol for TeX."]
  ],

  ["para", { "level": 0 },
    ["plain", "XeTeX doesn't need TeX ligatures for quotation marks, em-dash and other typographic symbols—they can be ‘used’ “directly”. Euro symbol can be used for as less as €10. Ellipsis… in the text should be a Unicode character."]
  ],

  ["para", { "level": 0 },
    ["plain", "Should TeX ligatures be ``used''—they will be printed <<as is>>."]
  ],

  ["para", { "level": 0 },
    ["plain", "TeX special symbols are automatically escaped: %, $, {, }, _, #, &, \\, ~, ^."]
  ],

  ["para", { "level": 0 },
    ["plain", "HTML entites don't have to be escaped: &, <, >."]
  ],

  ["heading", { "level": -3 },
    ["plain", "Future Extensions"]
  ],

  ["bulleted", { "level": 0 },
    ["plain", "Definition lists."]
  ],

  ["bulleted", { "level": 0 },
    ["plain", "Titles for images, tables and formulas."]
  ],

  ["bulleted", { "level": 0 },
    ["plain", "Cross-references."]
  ],

  ["bulleted", { "level": 0 },
    ["plain", "Bibliographic citations."]
  ],

  ["bulleted", { "level": 0 },
    ["plain", "Comments."]
  ],

  ["bulleted", { "level": 0 },
    ["plain", "Custom labels for blocks."]
  ]

]
