Uzen_
BREAKING: AI TAKES OVER THE WORLD NEW CYBERPUNK AESTHETICS TRENDING SUBSCRIBE FOR EXCLUSIVE CONTENT SYSTEM UPDATE: 404 MEDIA RELOADED BREAKING: AI TAKES OVER THE WORLD NEW CYBERPUNK AESTHETICS TRENDING SUBSCRIBE FOR EXCLUSIVE CONTENT SYSTEM UPDATE: 404 MEDIA RELOADED BREAKING: AI TAKES OVER THE WORLD NEW CYBERPUNK AESTHETICS TRENDING SUBSCRIBE FOR EXCLUSIVE CONTENT SYSTEM UPDATE: 404 MEDIA RELOADED
Design March 2, 2024

Markdown Style Guide

By Design Team | 4 MIN READ
Code and design
IMG: CODE AND DESIGN

Heading Level 1

This is a paragraph under Heading 1. It is typically used for the main title of the document, but can be used within the content as well.

Heading Level 2

This is a paragraph under Heading 2. This is the most common heading level for main sections.

Heading Level 3

This is a paragraph under Heading 3. Used for subsections.

Heading Level 4

This is a paragraph under Heading 4.

Heading Level 5

This is a paragraph under Heading 5.

Heading Level 6

This is a paragraph under Heading 6.


Text Formatting

We support bold text for emphasis, italic text for slight emphasis, and strikethrough for deleted text. You can also use inline code for technical terms.

Links look like this: Visit our website.


Lists

Unordered List

  • Item 1
  • Item 2
    • Sub-item 2.1
    • Sub-item 2.2
  • Item 3

Ordered List

  1. First step
  2. Second step
    1. Sub-step A
    2. Sub-step B
  3. Third step

Blockquotes

This is a blockquote. It is used to highlight important information or quotes from other sources.

It can span multiple lines.


Code Blocks (macOS Terminal Style)

JavaScript

function greet(name) {
  return `Hello, ${name}!`;
}

console.log(greet("World"));

CSS

body {
  background-color: #f0f0f0;
  color: #333;
}

Bash

npm install astro
npm run dev

Images

Placeholder Image Caption: A beautiful placeholder image.


Tables

Header 1Header 2Header 3
Left alignedCenter alignedRight aligned
Cell 1Cell 2Cell 3
Cell 4Cell 5Cell 6

Horizontal Rule

The line above is a horizontal rule, created with three dashes ---.


Task List

  • Completed task
  • Incomplete task
  • Another incomplete task
Share this story: