Skip to main content
Text Block
Updated over a year ago

Click on + Add block and click on TEXT

Add text under the 2nd box; You are able to add a title if you'd like as well!

Click on Text…

You are able to center your text with this toggle:

Check text and toggle switch - Center text

Markdown

Tip: Feel free to use Markdown to customize your text!

Type

Or

… to Get

*Italic*

_Italic_

Italic

**Bold**

__Bold__

Bold

# Heading 1

Heading 1
=========

Heading 1

## Heading 2

Heading 2
---------

Heading 2

[Link](http://a.com)

[Link][1]

[1]: http://b.org

![Image](http://url/a.png)

![Image][1]

[1]: http://url/b.jpg

Markdown

> Blockquote

| Blockquote

* List
* List
* List

- List
- List
- List

  • List

  • List

  • List

Horizontal rule:

---

Horizontal rule:

***

Horizontal rule:


`Inline code` with backticks

Inline code with backticks

```
# code block
print '3 backticks or'
print 'indent 4 spaces'
```

····# code block
····print '3 backticks or'
····print 'indent 4 spaces'

# code block
print '3 backticks or'
print 'indent 4 spaces'


If you have any other questions, please contact our creator support

team by emailing [email protected]!

Did this answer your question?