πŸ“š Mastering the Make Community: Format Your Content

Hey Makers :wave:

If you want to create structured community posts, check out our formatting guide.

Headers

# Hello
## Hello
### Hello
####Hello
##### Hello

displayed as:

Hello

Hello

Hello

Hello
Hello

Text

**bold**

This is what bold text is.

*italic*

This is what text in italics looks like.

***Bold and Italic***

A combo of the previous ones.

[s]strikethrough[/s]

Need to cross something out? No problem.

[u]underlined[/u]

How about underlining some important parts?


Linebreak

This is a<br> line break<br> It's a<br> line-breaking character.

This is a
line break
It’s a
line-breaking character.


Centering an Item

<div align = β€œcenter”>

Need to center an ITEM?
</div>

here it is: ITEM


BlockQuote

> This is a blockquote

This is a blockquote


bonus: Checklist

[ ]

Checkbox

[x]

Checked box

[x] Create A Checklist<br>[x] Post it in the community<br>[ ] Feel good about yourself

Create A Checklist
Post it in the community
Feel good about yourself

1 Like