Back to BlogResources

Markdown Showcase: All Formatting Elements

GetNike Team

5 min read

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:

  1. First item
  2. Second item
  3. 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

Visit GetNike.in

Sample Image

Tables

FeatureSupportEfficiency
MarkdownHigh100%
ReactNative95%
Next.jsSSR99%

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.

Enjoyed this article?

Let's discuss how we can help bring your ideas to life.

Start Your Project