Skip to content

Instantly share code, notes, and snippets.

View suhas-karanth's full-sized avatar

Suhas Karanth suhas-karanth

  • Bengaluru, India
View GitHub Profile
@ericclemmons
ericclemmons / example.md
Last active July 17, 2024 06:50
HTML5 <details> in GitHub

Using <details> in GitHub

Suppose you're opening an issue and there's a lot noisey logs that may be useful.

Rather than wrecking readability, wrap it in a <details> tag!

<details>
 Summary Goes Here