Skip to content

Instantly share code, notes, and snippets.

@lime360
Forked from cseeman/markdown_examples.md
Created March 24, 2024 16:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lime360/5f94827cf2dc0f61177a2f056027faf0 to your computer and use it in GitHub Desktop.
Save lime360/5f94827cf2dc0f61177a2f056027faf0 to your computer and use it in GitHub Desktop.
Markdown for info panel/warning box

Examples for how to create your own info panel, warning box and other decent looking notification in GitHub markdown.

All the boxes are single/two cell tables or two row tables.

Warning box

❗ You have to read about this
⚡ Risky setup going on here!
⚠️ WARNING
Another way to warn you
💥 DANGER
Whoa there with this config

Info panel

📝 This is something that is good to note
☝️ Hey did you actually read the doc above?

Other markdown options

Note

Highlights information that users should take into account, even when skimming.

Important

Crucial information necessary for users to succeed.

Warning

Critical content demanding immediate user attention due to potential risks.

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