Skip to content

Instantly share code, notes, and snippets.

@guvener
guvener / tw-background-hex.md
Created April 30, 2022 08:46
Tailwind background colors HEX codes
@scmx
scmx / using-details-summary-github.md
Last active November 20, 2025 03:08
Using <details> <summary> expandable content on GitHub with Markdown #details #summary #markdown #gfm #html

How to use <details> <summary> expandable content on GitHub with Markdown

Firstly, what is <details> <summary>?

The HTML Details Element (<details>) creates a disclosure widget in which information is visible only when the widget is toggled into an "open" state. A summary or label can be provided using the <summary> element. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details.

Example

@neretin-trike
neretin-trike / pug.md
Last active December 4, 2025 13:39
Туториал по HTML препроцессору Pug (Jade)