document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. ## This is a level 2 heading
  2.  
  3. ### This is a level 3 heading
  4.  
  5. This is some normal text. Here is some text in *italic*, **bold** and `monospace`.
  6.  
  7. * This is a bullet point
  8. * This is a second bullet point
  9.  
  10. 1. This is a numbered list
  11. 4. This is the second line - the number used doesn't matter!
  12.  
  13. > This is quoted text
  14. > This is a second line of quoted text
  15.  
  16. Say I want to put something in \\*asterisks\\*
  17.  
  18. This is a simple link: <http://daringfireball.net/projects/markdown/basics>
  19.  
  20. This is [another link example](http://daringfireball.net/projects/markdown/syntax "Markdown Syntax") with a title.
');