All Collections
How to...
How to format your text in CleverMaps
How to format your text in CleverMaps

In this article you will learn how to format project descriptions using the markdown syntax.

Barbora Hinnerova avatar
Written by Barbora Hinnerova
Updated over a week ago

Markdown is a simple language used to add formatting to texts, which you can use in CleverMaps for formating the descriptions of the projects on our project page.

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)

[BUTTON Story CM

Button with link and text “Story CM“

* List

* List

* List

- List

- List

- List

  • List

  • List

  • List

  1. One

  2. Two

  3. Three

1) One

2) Two

3) Three

  1. One

  2. Two

  3. Three

`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'

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

Let's see it on an example:

Did this answer your question?