Skip to content

Instantly share code, notes, and snippets.

View ruthgrace's full-sized avatar

Ruth Grace Wong ruthgrace

View GitHub Profile
@ruthgrace
ruthgrace / example.md
Created July 9, 2016 00:30 — forked from lee-dohm/example.md
HTML5 <details> in GitHub

Using <details> in GitHub

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

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

<details>
 <summary>Summary Goes Here</summary>