MD Syntax styles
Headings
Heading level 1
Heading level 2
Heading level 3
Heading level 4
Heading level 5
Heading level 6
Paragraphs
I really like using Markdown.
I think I'll use it to format all of my documents from now on.
Line breaks
This is the first line.
And this is the second line.
Bold
I just love bold text.
Italic
Italicized text is the cat's meow.
Bold and Italic
This text is really important.
This text is really important.
Blockquotes
Dorothy followed her through many of the beautiful rooms in her castle.
Blockquotes with Multiple Paragraphs
Dorothy followed her through many of the beautiful rooms in her castle.
The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.
Nested Blockquotes
Dorothy followed her through many of the beautiful rooms in her castle.
The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.
Blockquotes with Other Elements
The quarterly results look great!
- Revenue was off the chart.
- Profits were higher than ever.
Everything is going according to plan.
Ordered Lists
- First item
- Second item
- Third item
- Fourth item
Inner Ordered Lists
- First item
- Second item
- Third item
- Indented item
- Indented item
- Fourth item
Unordered Lists
- First item
- Second item
- Third item
- Fourth item
Inner Unordered Lists
- First item
- Second item
- Third item
- Indented item
- Indented item
- Fourth item
List with Paragraph
-
This is the first list item.
-
Here's the second list item.
I need to add another paragraph below the second list item.
-
And here's the third list item.
List with Blockquotes
-
This is the first list item.
-
Here's the second list item.
A blockquote would look great below the second list item.
-
And here's the third list item.
List with CodeBlocks
-
Open the file.
-
Find the following code block on line 21:
<title>Test</title> </head>
-
Update the title to match the name of your website.
List with Images
-
Open the file containing the Linux mascot.
-
Marvel at its beauty.
-
Close the file.
List with Lists
- First item
- Second item
- Third item
- Indented item
- Indented item
- Fourth item
Code
At the command prompt, type nano
.
Code Blocks
<html>
<head> </head>
</html>
Horizontal Rules
Adding Titles
My favorite search engine is Duck Duck Go.
Formatting Links
I love supporting the EFF. This is the Markdown Guide. See the section on .