Markdown - Anton-L-GitHub/Learning GitHub Wiki

Text

  • This text will be italic This will also be italic
  • This text will be bold This will also be bold
  • You can combine them

Headers

# = <h1> ## = <h2> ###### <h6> tag

Lists

  1. Item 1
  2. Item 2
  3. Item 3
    • Item 3a
    • Item 3b

Tables

First Header Second Header
Content cell 1 Content cell 2
Content column 1 Content column 2

Code

print('Hello world')

Task Lists

  • this is a complete item
  • this is an incomplete item
  • @mentions, #refs, links, formatting, and tags supported- [x] list syntax required (any unordered or ordered list supported)

Emojis

👍 ✨ 🐫 🎉 🚀 🤘

Images

![Error msg here](https://images-na.ssl-images-amazon.com/images/I/81MJ4jkIo3L._AC_SL1500_.jpg =100x20)

Links

GitHub

Blockquotes

As Grace Hopper said:

I’ve always been more interested in the future than in the past.

⚠️ **GitHub.com Fallback** ⚠️