setext_headers_with_ids.unit 208 B

12345678910111213141516171819
  1. >>> h1
  2. text
  3. ===
  4. <<<
  5. <h1 id="text">text</h1>
  6. >>> h2
  7. text
  8. ---
  9. <<<
  10. <h2 id="text">text</h2>
  11. >>> header with inline syntax
  12. header *emphasised*
  13. ===
  14. <<<
  15. <h1 id="header-emphasised">header <em>emphasised</em></h1>