Skip to content

Instantly share code, notes, and snippets.

View Swinggcat's full-sized avatar
☯️
Cultivating Immortality

Ram Pani Swinggcat

☯️
Cultivating Immortality
View GitHub Profile
@Swinggcat
Swinggcat / example.md
Created October 9, 2018 19:26 — forked from ericclemmons/example.md
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>Summary Goes Here</summary>