markdown-cheatsheet
๐ Markdown Shortcuts Cheat-Sheet ๐ Basic Formatting Bold โ text or text
Italic โ text or text
Bold + Italic โ text
Strikethrough โ text
Inline code โ text
๐งฑ Code Blocks Triple backticks:
text undefined code here
text undefined Example:
text undefined print(โHello Worldโ)
text undefined ๐ Lists Unordered text
- Item
- Sub-item
- Sub-sub-item
Ordered
text
- First
- Second
- Third Task List text
- Sub-sub-item
Ordered
text
- Sub-item
- Done
- Not done ๐ Links & Images Link:
text title Image:
text
๐ Headings
text
H1
H2
H3
H4
H5
H6
๐ Blockquotes text
This is a quote
Nested quote ๐ Horizontal Rule text โ ๐งฉ Tables text | Column 1 | Column 2 | |โโโ-|โโโ-| | Value A | Value B | | Value C | Value D | ๐จ Colors (GitHub Pages / Jekyll) (Uses HTML because Markdown has no color support)
text Red text Blue text Hex color ๐ฆ Collapsible Sections (GitHub/Jekyll) text
Click to expand
Hidden content here.๐งญ Internal Anchor Links text Go to section ๐๏ธ HTML in Markdown Markdown accepts embedded HTML:
text
๐จ Highlight Text (Code Syntax)
text
highlight