Saas Starter

Hello world

April 8, 2024

Heading 1

This is a paragraph with bold text and italic text. You can also combine bold and italic text.

Heading 2

Here's a link to another page and an external link.

Heading 3

Heading 4

Lists

Unordered List

  • Item 1
  • Item 2
  • Item 3
    • Nested item 1
    • Nested item 2

Ordered List

  1. First item
  2. Second item
  3. Third item
    1. Nested ordered item

Code

Inline code looks like this.

// Code block
function hello() {
  console.log("Hello, world!");
  return true;
}

Blockquotes

This is a blockquote.

It can span multiple lines.

Tables

NameAgeLocation
John28New York
Jane32San Francisco
Bob45Chicago

Emphasis

You can use italic or italic for emphasis.

You can use bold or bold for strong emphasis.

Links with Anchors

You can link to specific sections within the page.

Combining Elements

A heading inside a blockquote

With a paragraph and a link.

  • And a list
  • Inside the blockquote

That's all the formatting options available in your MDX setup!