Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. # Header 1
  2. ## Header 2
  3. ### header 3
  4.  
  5. 1. One
  6. 2. Two
  7. 3. Three
  8.  
  9. - One
  10. - Two
  11. - Three
  12.  
  13. *This text will be italic*
  14. _This will also be italic_
  15.  
  16. **This text will be bold**
  17. __This will also be bold__
  18.  
  19. *You **can** combine them*
  20.  
  21.  
  22. First Header | Second Header
  23. ------------ | -------------
  24. Content cell 1 | Content cell 2
  25. Content column 1 | Content column 2
  26.  
  27. > this is a quote
  28.  
  29.  
  30. Execute this command
  31. `cd ch_smarthub`
  32.  
  33. Paste this into `a.js`
  34. ```js
  35. let i = 0;
  36.  
  37.  
  38. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement