Sample Post for Testing
Welcome to this sample post to test all markdown and GitHub-Flavored Markdown (GFM) features.
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Paragraphs
This is a normal paragraph. Here is some text with bold, italic, bold italic, strikethrough, and inline code
.
This is a blockquote. It should be styled with a colored bar and a quote icon.
Links & Images
- GitHub (should be styled as a link)
Lists
Unordered List
- First item
- Second item
- Nested item 1
- Nested item 2
- Third item
Ordered List
- First
- Second
- Sub-item A
- Sub-item B
- Third
Task List
- Task 1 complete
- Task 2 incomplete
- Task 3 complete
Code
Inline Code
Use npm install
to install dependencies.
Code Block
function greet(name) {
return `Hello, ${name}!`;
}
Table
Feature | Markdown | GFM Support |
---|---|---|
Bold | Yes | Yes |
Italic | Yes | Yes |
Table | Yes | Yes |
Task List | No | Yes |
Footnotes | No | Yes |
Horizontal Rule
Footnotes
Here is a statement with a footnote.1
Definition List
Term 1 : Definition for term 1
Term 2 : Definition for term 2
Hurrah! If you see all elements above rendered beautifully, your markdown rendering and styles are working perfectly.
-
This is the footnote content. It should appear at the bottom, styled and linked. ↩