Markdown Crash Course

less than 1 minute read

Published:

heading 1

heading 2

heading 3

This text is italics.

This text is italics.

This text is strong.

This text is strong.

This text is strikethrough.



This is a quote

Winston J C HE Homepage

Winston J C HE Homepage

  • Item 1
  • Item 2
  • Item 3
    • Nested Item 1
    • Nested Item 2
    • Nested Item 3
  1. Item 1
  2. Item 2
  3. Item 3

sudo apt-get install tmux

Markdown Logo

def add_num(num1: float, num2: float) -> float:
    return num1 + num2

| Name | Phones | | ——- | ———- | | Winston | 123456789 | | Zoe | 0987654321 |

  • Task 1
  • Task 2
  • Task 3
This is a red sentence.