--- title: Brad Traversy Markdown Guide tags: Test description: Brad Traversy Markdown Guide "Github" --- # Brad Traversy Markdown Guide <!-- Extention --> #### VSCode Extention Used - Auto-Open Markdown (By Tim Green) <!-- Headings --> # Heading 1 ## Heading 2 ### Heading 3 #### Heading 4 ##### Heading 5 ###### Heading 6 <!-- Italics --> *This test* is italic _This test_ is italic <!-- Strong --> **This text** is strong __This text__ is strong <!-- Strikethrough --> ~~This text~~ is strong <!-- Horizontal Rule --> - - - ___ <!-- Blockquote --> > This is a quote <!-- Links --> [Traversy Media](http://www.traversymedia.com) [Traversy Media](http://www.traversymedia.com "Smackhead") <!-- UL --> * Item 1 * Item 2 * Item 3 * nested Item 1 * nested Item 2 <!-- OL --> 1. Item 1 1. Item 2 1. Item 3 <!-- Inline Code Block --> `<p>This is a paragraph</p>` <!-- Images -->  <!-- Github Markdown --> <!-- Code Block --> ```bash npm install npm start ``` ```js function add(num1, num2) { return num1 + num2; } ``` ```python def add(num1, num2): return num1 + num2 ``` <!-- Tables --> |Name|Email| |---|---| |John Doe|john@gmail.com| |Jane Doe|jane@gmail.com| <!-- Task Lists --> * [x] Task 1 * [x] Task 2 * [ ] Task 3 ## Bonus Markdown * Change text color Some Markdown text with <span style="background-color:blue;color:yellow">some *white* color and *black* background </span>. <span style="background-color:black;font-size:16px;color:#f4f4f4;font-family:'courier new'">$ git init</span>
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up