Skip to content

Instantly share code, notes, and snippets.

@romw314
Created January 6, 2024 11:07
Show Gist options
  • Save romw314/78794bb3d45192e8e690d00dc35fc772 to your computer and use it in GitHub Desktop.
Save romw314/78794bb3d45192e8e690d00dc35fc772 to your computer and use it in GitHub Desktop.
How to make markdown notes and warnings

Markdown notes

Warning

This may not work outside GitHub.

Note

It's not tested outside GitHub.

To create a note and warning, use the [!...] syntax:

> [!NOTE]
>
> This is my note.

> [!WARNING]
>
> This is my warning.

The code above will result in:

Note

This is my note.

Warning

This is my warning.

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