Markdown-Crash-Course
Lesson from Traversy Media - https://www.youtube.com/watch?v=HUBNt18RFbo
Heading 1
Heading 2
Heading 3
Heading 4
* special character * this text is italic
this text is strong
This text is struck out
- Item 1
- Item 2
- Nested Item
- Deeper nested
- Nested Item
- Item 1
- Item 2
- Item 3
This is a quote
this too! it's nested.
Markdown Crash Course by Traversy Media
<p>This is a p tag<p>
const helloWorld = () => {
return "Hello this rocks!";
};
Name |
---|
- Task 1
- Task 2
- Task 3