Skip to content
Discussion options

You must be logged in to vote

You can use the html details tag to hide stuff, when writing in markdown.

Like so:

<details> 

<summary>summary here</summary>

Whatever you want here. Code, diagrams, images, you name it.

</details> 

Which renders to (I didn't know github comments could render html, pretty cool):

summary here

Whatever you want here. Code, diagrams, images, you name it.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@mcanouil
Comment options

@Doshin108
Comment options

Comment options

You must be logged in to vote
1 reply
@Doshin108
Comment options

Answer selected by Doshin108
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants