kromm77

[MARK DOWN] [GITHUB] collapsible text

Nov 8th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 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.  
  12. </p>
  13. </details>
Add Comment
Please, Sign In to add comment