Text Block
Kat avatar
Written by Kat
Updated over a week 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 support@beacons.ai!

Did this answer your question?