Skip to content

Instantly share code, notes, and snippets.

View yxuansu's full-sized avatar
🏠
Working from home

Yixuan Su yxuansu

🏠
Working from home
View GitHub Profile
@yxuansu
yxuansu / example.md
Created September 6, 2022 12: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 Goes Here