Guest User

Untitled

a guest
Mar 22nd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ## collapsible markdown?
  2.  
  3. <details><summary>CLICK ME</summary>
  4. <p>
  5.  
  6. #### yes, even hidden code blocks!
  7.  
  8. ```python
  9. print("hello world!")
  10. ```
  11. <details><summary>What about nested?</summary>
  12. <p>
  13.  
  14. yup!
  15.  
  16. </p>
  17. </details>
  18.  
  19. </p>
  20. </details>
Add Comment
Please, Sign In to add comment