Advertisement
Rapptz

Untitled

Oct 4th, 2012
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. # Syntax Test.
  2.  
  3. ## Blockquotes
  4.  
  5. > mfw
  6.  
  7. >mfw
  8.  
  9. ### Lists
  10.  
  11. * Red
  12. * Green
  13. * Blue
  14.  
  15. 1. Bird
  16. 2. McHale
  17. 3. Parish
  18.  
  19. #### Code Blocks
  20.  
  21. ```cpp
  22. int main() {
  23. std::cout << "Code::Blocks!";
  24. }
  25. ```
  26.  
  27. ##### Horizontal Rule
  28.  
  29. Hello
  30.  
  31. ---
  32.  
  33. World
  34.  
  35. ###### Reference Style links.
  36.  
  37. [hello][1] world!
  38.  
  39. [1]: http://www.southperry.net/forum.php
  40.  
  41. # Misc
  42.  
  43. *italic* line, **bold line**
  44.  
  45. tables..
  46.  
  47. Hello. <strike>Striked</strike> text.\* We could verify this with x<sup>2</sup>
  48.  
  49. <sub>\*: Testing</sub>
  50.  
  51. <kbd>Alt</kbd>
  52.  
  53. `inline code`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement