Skip to main content
Skip table of contents

Markdown reference

Using Markdown markup language is a simple way to format text of descriptions in CleverMaps platform (so far only a description of the project).

This table provides a quick overview of all the Markdown syntax elements supported by CleverMaps.

Type

Or

… to Get

*Italic*

_Italic_

Italic

**Bold**

__Bold__

Bold

# Heading 1

Heading 1
=========

Heading 1

## Heading 2

Heading 2
---------

Heading 2

[Link](https://www.clevermaps.io)

Link

[BUTTON Story CM

](https://www.clevermaps.io)

Button with link and text “Story CM“

  • List

  • List

  • List

  • List

  • List

  • List

  • List

  • List

  • List

  1. One

  2. Two

  3. Three

  1. One

  1. Two

  1. 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'

CODE
# code block
print '3 backticks or'
print 'indent 4 spaces'
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.