Skip to content

Instantly share code, notes, and snippets.

@ChristopherA
Last active December 27, 2022 04:18
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 ChristopherA/6189419f6589225de48295e101c06c7c to your computer and use it in GitHub Desktop.
Save ChristopherA/6189419f6589225de48295e101c06c7c to your computer and use it in GitHub Desktop.
GitHub Flavored Markdown Tips

GitHub Flavored Markdown Tips

Spec

This is the formal spec

Collapsed Reference Link

Life With Alacrity blog

Blockchain Commons website

Non-spec but work in GitHub

Single Line Comment

Here's a paragraph that will be visible.

And here's another paragraph that's visible.

Multi Line Comment (html comment)

Here's a paragraph that will be visible.

And here's another paragraph that's visible.

Keyboard Text

Key

Collapsable

Collapsable Title (that can't contain markdown)

Put coent here, including *markdown* text.

Github Emoji

  • ⚠️ Warning: Do not push the big red button.

  • 📝 Note: Sunrises are beautiful.

  • 💡 Tip: Remember to appreciate the little things in life.

  • 🚫 Prohibited: don't do this!

  • 🛑 Stop:

  • 🟢 Go:

  • Cheatsheet: https://github.com/ikatyang/emoji-cheat-sheet

HTML Entities

  • Copyright (©) — ©
  • Registered trademark (®) — ®
  • Trademark (™) — ™
  • Euro (€) — €
  • Left arrow (←) — ←
  • Up arrow (↑) — ↑
  • Right arrow (→) — →
  • Down arrow (↓) — ↓
  • Degree (°) — °
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment