Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
This is a paragraph with bold text, italic text, and bold italic text. You can also use strikethrough.
Lists
Unordered List:
- Item 1
- Item 2
- Sub-item 2.1
- Sub-item 2.2
- Item 3
Ordered List:
- First item
- Second item
- Third item
Blockquotes
This is a blockquote. It can be used to highlight important information or quotes from other sources.
"The only way to do great work is to love what you do." - Steve Jobs
Code
This is inline code.
Code Block (JavaScript):
function greet(name) {
console.log(`Hello, ${name}!`);
}
greet('GetNike');
Code Block (CSS):
.hero {
background: linear-gradient(to right, #3b82f6, #2563eb);
color: white;
padding: 4rem 2rem;
}
Links and Images
Tables
| Feature | Support | Efficiency |
|---|---|---|
| Markdown | High | 100% |
| React | Native | 95% |
| Next.js | SSR | 99% |
Task List
- Create project
- Setup MongoDB
- Launch to production
Horizontal Rule
Conclusion
This post serves as a reference for all markdown styling elements supported by the GetNike blog platform. Use these to create engaging and well-structured content for your readers.