Heading level 1
Heading level 1
Heading level 2
Heading level 2
Heading level 3
Heading level 3
Heading level 4
Heading level 4
Heading level 5
Heading level 5
Heading level 6
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.
Emphasis
Bold
I just love bold text.
I just love bold text.
Loveisbold
Italic
Italicized text is the cat's meow.
Italicized text is the cat's meow.
Acatmeow
Bold and Italic
This text is really important.
This text is really important.
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.
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.
Lists
Ordered Lists
- First item
- Second item
- Third item
- Indented item
- Indented item
- Fourth item
Unordered Lists
- First item
- Second item
- Third item
- Indented item
- Indented item
- Fourth item
Adding Elements in Lists
Paragraphs
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.
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.
Code Blocks
Open the file.
Find the following code block on line 21:
<html> <head> <title>Test</title> </head> <html>
Update the title to match the name of your website.
Images
Open the file containing the Linux mascot.
Marvel at its beauty.
Close the file.
Code
At the command prompt, type nano
.
Escaping Tick Marks
Use `code` in your Markdown file.
Code Blocks
<html>
<head>
</head>
</html>
function marker () {
console.log('hello, marker !');
}
marker();
Horizontal Rules
Links
My favorite search engine is Duck Duck Go.
Adding Titles
My favorite search engine is Duck Duck Go.
URLs and Email Addresses
https://www.markdownguide.org fake@example.com
Formatting Links
I love supporting EFF. This is the *Markdown Guide*.
Images
Linking Images
Table
First Header | Second Header |
---|---|
Content from cell 1 | Content from cell 2 |
Content in the first column | Content in the second column |