embeded-two-consecutive-metadata-blocks-different-symbols.html 673 B

12345678910111213141516171819202122
  1. <!DOCTYPE HTML>
  2. <html lang="en">
  3. <head>
  4. <title>This is the document title</title>
  5. <meta charset="utf-8">
  6. <meta name="language" content="en">
  7. <meta name="author" content="Tivie">
  8. <meta name="contributors" content="John, Mary, Steve">
  9. <meta name="keywords" content="foo, bar, baz">
  10. </head>
  11. <body>
  12. <hr />
  13. <p>description: This is a long text and so it
  14. spans on multiple lines.
  15. It must be indented,
  16. for showdown to parse it correctly.
  17. Markdown <strong>such as bold</strong> is not parsed
  18. and it will be rendered as plain text.</p>
  19. <h2 id="date01012010">date: 01-01-2010</h2>
  20. <p><strong>some</strong> markdown text</p>
  21. </body>
  22. </html>