ignore-metadata.html 415 B

123456789101112131415
  1. <hr />
  2. <p>title: This is the document title
  3. language: en
  4. author: Tivie
  5. contributors: John, Mary, Steve
  6. description: This is a long text and so it
  7. spans on multiple lines.
  8. It must be indented,
  9. for showdown to parse it correctly.
  10. Markdown <strong>such as bold</strong> is not parsed
  11. and it will be rendered as plain text.
  12. date: 01-01-2010
  13. keywords: foo, bar, baz</p>
  14. <hr />
  15. <p><strong>some</strong> markdown text</p>