Simple Page Text 2

Hello! This is a paragraph that showcases the different text styles that are available in this document.

You can make text bold.

To make text italic, you can use the italic style.

To underline text, you can use the underline style.

To strikethrough text, you can use the strikethrough style.

We also can present code styles: var num = 1;

Finally, to create a link, you can use the link style.

You can combine these styles to create rich and interesting text!

In addition to these styles, you can also change the color of your text. The available colors are gray, brown, orange, yellow, green, blue, purple, pink, and red.

Also available as background colors: gray, brown, orange, yellow, green, blue, purple, pink, and red.

It supports block with children too

Children block 👶

Nested children block

Testing a quote block


✅

Callout block with emoji

callout icon

Callout block with image

  1. list 1
  2. list 2
  3. list 3
    1. nesting list item a
    2. nesting list item a
      1. Another nesting item
      2. Another nesting item
        1. Go again to number
          1. Go again to letter
            1. Go again to roman

A block between. Should clean reset list counter

  1. List Item
  2. List Item

this is a toggle block with content inside

With something inside

this is an empty toggle block

This is a heading 1

This is a heading 2

This is a heading 3

This is a toggle heading 1

This is a toggle heading 2

This is a toggle heading 3

this is a caption
this is a caption

$2x = 4$ this is an inline equation

this is an integral

$$\int_1^2 2xdx = 3$$

function test() {
  var test = "2";
  return test;
}