Basic formatting

You can use Markdown to configure the page's layout and markup. This section lists the most common markup features. You can view the full extent of Markdown features in the reference guide.

Note. Previous versions of Wiki supported their own proprietary markup. You can still view and edit pages created with the Wiki markup. However, if you're planning to create a new page from scratch, we recommend using Markdown.
Element Markup Result
Headings
# The first level header
## The second level header
### The third level header
Headings
Horizontal line
---
Bold
**Bold text**
Italics
*Italic text*
Underline
__Underlined text__
Strikethrough
~~Strikethrough text~~
Highlighted text
??Highlighted text??

Colored text

Supported colors:

  • red

  • green

  • blue

  • grey / gray

  • yellow

!!(blue)Blue text!!
Numbered list
1. List item
2. List item
3. List item
Bulleted list
- List item
- List item
- List item
Link
[link text](http://example.com/)
Image
![Alt text](yandex-logo.png)
Quotations
>Qoted text
Collapsed text
<{Read the entire text
This text can be seen by clicking 
the link "Read the entire text".
}>
Source code
`piece of code`