Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. These two test blocks are highlighting as code
  2.  
  3. --------------
  4. ```python
  5. print("test")
  6. ```
  7. --------------
  8.  
  9. --------------
  10. ```python
  11. #!/usr/bin/python
  12. print("test")
  13. ```
  14. --------------
  15.  
  16. while two others are not
  17.  
  18. --------------
  19. ```python
  20.  
  21. print("test")
  22. ```
  23. --------------
  24.  
  25. ```python
  26. #!/usr/bin/python
  27.  
  28. print("test")
  29. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement