[backup] Creating formatted descriptions using Markdown

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

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 block print '3 backticks or' print 'indent 4 spaces'