Skip to content

Instantly share code, notes, and snippets.

@abhi-github101
Created September 25, 2020 13:00
Show Gist options
  • Save abhi-github101/e8bb5f41e26b348838117ff3a1a1e095 to your computer and use it in GitHub Desktop.
Save abhi-github101/e8bb5f41e26b348838117ff3a1a1e095 to your computer and use it in GitHub Desktop.
Commonly used markdown components

Markdown Syntax

file extension .md or .markdown

Property Syntax
Headings H1(#), H2(##), ..., H6(######)
Italic *text* *Italic* ➡️ Italic
Bold **text** **Bold** ➡️ Bold
Strikethrough ~~text~~ ~~Strike~~ ➡️ Strike
Unordered List * item1 or - item
Ordered List 1. item1
Blockquote > Quote
Inline Code `code` `code` ➡️ code
Syntax Highlighting ```programming_language ```
Images ![Alt text](url)
Links [Link text](url)
Mentions @username @abhi-github101 ➡️ @abhi-github101
Task - [ ] Task1 or - [x] Task2
SHA Referencing SHA-1 hash
Tables | td | td |
Emoji :emoji: :notebook: ➡️ 📓
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment