embeded-in-output.html 653 B

12345678910111213141516
  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="description" content="This is a long text and so it spans on multiple lines. It must be indented, for showdown to parse it correctly. Markdown **such as bold** is not parsed and it will be rendered as plain text.">
  10. <meta name="date" content="01-01-2010">
  11. <meta name="keywords" content="foo, bar, baz">
  12. </head>
  13. <body>
  14. <p><strong>some</strong> markdown text</p>
  15. </body>
  16. </html>