GitHub Markdown toggle code block
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <details> | |
| <summary>Click to toggle contents of `code`</summary> | |
| ``` | |
| CODE! | |
| ``` | |
| </details> |
Thank you!!
Thanks!!
Thank you! It works great
This should work to highlight the code. You need the line breaks, before and after the block. Thanks to @Azure7111
Click to toggle contents of `code`
Code
Thank you!
Thank You :)
Thanks :D
Thanks!
Thanks !
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Learnt about it here https://gist.github.com/orta/057eab0832773aa299a6ebd39187ab06 but found out you can replace some of the HTML with a fenced code block :)