Markdown
Introduction
This post demonstrates CommonMark features.
h2 Heading
h3 Heading
h4 Heading
h5 Heading
h6 Heading
Features
Paragraphs
This is a paragraph.
This is another paragraph.
Text
Bold Text: Use **text**
or __text__
.
Italic Text: Use *text*
or _text_
.
Strikethrough Text: Use ~~text~~
.
Inline Code
: Use `code`
.
Lists
Ordered Lists
- First item
- Second item
- Third Item
- Fourth Item
- Fifth Item
- Sixth Item
- Seventh Item
- Eight Item
- Ninth Item
Unordered Lists
- First item
- Second item
Mixed Lists
- First level first unordered item
- Second level first ordered item
- Second level second ordered item
- Third level first unordered item
- First level second unordered item
Links
This is such a long link that it will break over to new lines based on the word-break attribute
Images
Blockquotes
This is a single line blockquote example.
This is also a blockquote example.
This is yet another blockquote example.
This is a multiline blockquote example. It contains multiple paragraphs.
Code Blocks
This is how code with no syntax highlighting looks like. This sentence keeps on going over the limit.
Here is another sentence.
This is how multiline code looks like.
Tables
Feature | Description |
---|---|
Bold | Makes text bold |
Italic | Makes text italic |
Feature | Description |
---|---|
Bold | Makes text bold |
Italic | Makes text italic |
Horizontal Rules
Footnotes
Here is a footnote. 1
Here is another footnote. 2 This is the next sentence.
Here is the same footnote referenced again. 2