Skip to content

Instantly share code, notes, and snippets.

@magnetikonline
Last active May 19, 2024 06:36
Show Gist options
  • 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

Colored alerts

> [!NOTE]
> Note.

> [!TIP]
> Tip.

> [!IMPORTANT]
> Important.

> [!WARNING]
> Warning.

> [!CAUTION]
> Caution.

Note

Note.

Tip

Tip.

Important

Important.

Warning

Warning.

Caution

Caution.

See: https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts

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