Skip to content

Instantly share code, notes, and snippets.

View ntang's full-sized avatar

Nicholas Tang ntang

  • MongoDB, Inc.
  • New York
View GitHub Profile
@ericclemmons
ericclemmons / example.md
Last active April 24, 2024 18:09
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