Markdown Course Live on Scrimba
This just typing of what I learn in Coursera, teach by Scrimba.
Markdown allows us to write HTML in a quick fluid way.
Challenge: 2nd Paragraph
Step 1
Add a 2nd paragraph to your article.
Step 2
Bold, italicize, and stirkethrough something in either paragraph.
This is bold.
This is also bold.
This is italic.
This is also italic.
This is strikethrough.
Blockquotes & Horizontal Rules
"Get Good, Get Great, Get Better" - Dylan
List Ordered and Unordered
- List item 1
- List item 2
- List item 3
- Item 1
- Item 2
Item 3
Item 1
Item 2
Item 3
Code Block
{youtubeChannel:'https://www.youtube.com'}
Images
Links and Emails
Extended Syntax - Tables
Left | Center | Right |
---|---|---|
1 | 2 | 3 |
Left | Center | Right |
---|---|---|
1 | 2 | 3 |
Extended Syntax - Tasks List
- [ ] Did you run the test?
- [x] Did you lint the project?
I don't know why the syntax didn't run in dev.to . Dylan teach with vs code editor btw.
Maybe I should check this Adam's github .
Extended Syntax - Automatic URLs
www.youtube.com
Top comments (0)