Intro
This is my first paragraph I will have ever typed using markdown.
Bold & Italics
not bolded - bold 1 bold 2
not italic - italic italic
not strikethrough - striked 1
Bold + Italic
Test Paragraph
At first glance the importance of Markdown may not seem all that important. You would be right wrong! Readability in your PRs and being able to communicate your point clearly and cleanly is crucial. Its not uncommon for engineers to create documents ahead of time to their team members for future features on apps that support Markdown to get their point across!
Text Boxes and Orginization
Scrimba really is the perfect platform for teaching something like Markdown. The interactive challenges and custom technology has been designed with this in mind.
"Hello is this the krusty krab?"
"No this is patrick!"
Using triple dash
"Get that bag" - FrostyFoxxo
Lists, Ordered and Unorderd
- Spongebob
- Patrick
- Mr.Krabs
- Squidward
- Sandy
- Texas
Code Blocks
{
Youtube Channel: 'https://www.youtube.com/watch?v=0lOrvIaXwWY'
}
Images
Links and Emails
[https://www.youtube.com/watch?v=0lOrvIaXwWY] "130 Mph Flyby"
About Me
I am a hard core Gamer that is trying to professionally play overwatch. I love Technology and Cars. Personally I like cars the most as I do have a camaro of my own.
[https://www.youtube.com/watch?v=dQw4w9WgXcQ]
The practice is called Rick Rolling and it is a felony in the United States and in the EU.
Live Image
Extended Syntax - Tables
left | Center | Right |
---|---|---|
1 | 2 | 3 |
Extended Syntax - Tasks List
-[ ] Did you say texas is the biggest state?
(Example) Does not work on Dev.to
Top comments (0)