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) |
|
|
|
[BUTTON Story CM |
|
Button with link and text “Story CM“ |
|
|
|
|
|
|
|
`Inline code` with backticks |
|
|
|
```
|
····# code block
|
|