Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>
- Markdown demo
- </title>
- <body>
- <h1>Heading</h1>
- <h2>Sub-heading</h2>
- <p>Paragraphs are separated
- by a blank line.</p>
- <p>Two spaces at the end of a line<br />
- produces a line break.</p>
- <p>Text attributes <em>italic</em>,
- <strong>bold</strong>, <code>monospace</code>.</p>
- <p>Horizontal rule:</p>
- <hr />
- <p>Bullet list:</p>
- <ul>
- <li>apples</li>
- <li>oranges</li>
- <li>pears</li>
- </ul>
- <p>Numbered list:</p>
- <ol>
- <li>wash</li>
- <li>rinse</li>
- <li>repeat</li>
- </ol>
- <p>A <a href="http://example.com">link</a>.</p>
- <p><img alt="Image" src="Image_icon.png" /></p>
- <blockquote>
- <p>Markdown uses email-style > characters for blockquoting.</p>
- </blockquote>
- <p>Inline <abbr title="Hypertext Markup Language">HTML</abbr> is supported.</p>
- </body>
- <html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement