Skip to content

Instantly share code, notes, and snippets.

View Zacaria's full-sized avatar
🦀

Zacaria Chtatar Zacaria

🦀
View GitHub Profile
@ericclemmons
ericclemmons / example.md
Last active October 13, 2025 15:16
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