Guest User

Untitled

a guest
Oct 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. here's how to use markdown for code:
  2.  
  3. Inline code is `like this`
  4.  
  5. block code is like this:
  6.  
  7. ```
  8. def block
  9. i_am_a_block
  10. end
  11. ```
Add Comment
Please, Sign In to add comment