WebDev\KevinPractice\Youtube\TraversyMedia\026_Markdown_CrashCourse
Simple list
- item 1
- item 2
This text is italic
This text is strong
This text is strong
This text is strikethrough
_I am not italic anymore _
this is a quote
- Item 1
- Item 2
- Item 3
- nest item 1
- nest item 2
- Item 1
- Item 2
- Item 3
<p>this is a paragraph</p>
npm install
npm start
function add(x1, x2) {
return x1 + x2;
}
def add (x1, x2):
return x1 + x2
Name | |
---|---|
Kevin | [email protected] |
Kevin | [email protected] |
- Task 1
- Task 2
- Task 3
- Markdown Cheatsheet by Adam Pritchard
- Markdown Tutorial by Garen Torikian