๐Ÿ“˜ 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
        1. First
        2. Second
        3. Third Task List text
  • Done
  • Not done ๐Ÿ”— Links & Images Link:

text title Image:

text alt 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

HTML block inside markdown.

๐ŸŽจ Highlight Text (Code Syntax) text highlight