Skip to content

Instantly share code, notes, and snippets.

@magnetikonline
Last active April 17, 2024 22:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magnetikonline/06f9c86bc7e8befe55c0d38f6ff93ee5 to your computer and use it in GitHub Desktop.
Save magnetikonline/06f9c86bc7e8befe55c0d38f6ff93ee5 to your computer and use it in GitHub Desktop.
GitHub Markdown cheatsheet.

GitHub Markdown cheatsheet

Blockquote colored/highlighted

> [!NOTE]
> Note.

> [!TIP]
> Tip.

> [!IMPORTANT]
> Important.

> [!WARNING]
> Warning.

> [!CAUTION]
> Caution.

Note

Note.

Tip

Tip.

Important

Important.

Warning

Warning.

Caution

Caution.

Expand/collapse zone

<details>
  <summary>Click here</summary>

  ### Header

  - One
  - Two
  - Three
</details>
Click here

Header

  • One
  • Two
  • Three
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment