Markdown formatting
This post is also available in: 日本語 Русский Français Español Deutsch Српски Dansk Português Български 简体中文
Markdown is a simple markup language used to create rich text (e.g. HTML) with a plain text editor. It lets you add basic formatting to your text, using symbols known and accessible on all keyboards. Font size, colour, and other, more advanced options are not available with Markdown.
In Vivaldi you can use Markdown to format your Notes or when posting on the Vivaldi Forum.
Using Markdown
To use Markdown, first get to know the syntax on CommonMark, then give it try in Notes or on the Vivaldi Forum.
Some examples of Markdown:
Syntax | Result | ||||||
*Italic* | Italic | ||||||
**Bold** | Bold | ||||||
~~Strikethrough~~ | |||||||
[Link](https://vivaldi.com/) | Link | ||||||
Column 1 | Column 2 | Column 3 | :——- | :——: | ——: | Left | Centred | Right | |
| ||||||
# Heading 1
## Heading 2 ### Heading 3 |
Heading 1Heading 2Heading 3 | ||||||
Image
[Vivaldi logo](https://vivaldi.com/wp-content/themes/vivaldicom-theme/img/press/icons/viv_icon.png) | |||||||
Unordered list
* Item 1 Ordered list 1. Item 1 | Unordered list
Ordered list
| ||||||
`Inline code` with single backticks | Inline code with single backticks | ||||||
Code block (use three backticks without spaces)
` ` ` |
<!DOCTYPE html> | ||||||
Block quote
> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer eget porta sapien, eget pellentesque sapien. Duis in aliquam elit. Mauris lacinia magna quis nibh commodo, sed elementum quam elementum. |
| ||||||
Horizontal line
– – – |
|