# Paragraphs

A paragraph is the most basic content block you can use on GitBook.

{% hint style="info" %}
You can [add other inline content](https://gitbook-v2-q67etdj25-gitbook.vercel.app/url/gitbook.com/docs/creating-content/formatting/inline) to your paragraph, such as emojis, images and Math & TeX.

You can also [format your text](https://gitbook-v2-q67etdj25-gitbook.vercel.app/url/gitbook.com/docs/creating-content/formatting) using the context menu or keyboard shortcuts, or using [Markdown](https://gitbook-v2-q67etdj25-gitbook.vercel.app/url/gitbook.com/docs/creating-content/formatting/markdown).
{% endhint %}

### Example of a paragraph

Professionally printed material in English typically does not indent the first paragraph, but indents those that follow. For example, Robert Bringhurst states that we should “set opening paragraphs flush left.”

### Representation in Markdown

Because a paragraph block is just text, that’s how it’s represented in Markdown.

{% code overflow="wrap" %}

```markdown
Professionally printed material in English typically does not indent the first paragraph, but indents those that follow. For example, Robert Bringhurst states that we should “set opening paragraphs flush left.”
```

{% endcode %}
