Markdown formatting | Vivaldi Browser Help (original) (raw)
This post is also available in:
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~~ | Strikethrough | | | | | | | | |
| [Link](https://vivaldi.com/) | Link | | | | | | | | |
| Column 1 | Column 2 | Column 3 | :——- | :——: | ——: | Left | Centred | Right | | Column 1 Column 2 Column 3 Left Centred Right |
| # Heading 1## Heading 2 ### Heading 3 | Heading 1 Heading 2 Heading 3 | | | | | | | | |
| Image |
| | | | | | | | |
| Unordered list* Item 1* Item 2* Item 3 Ordered list 1. Item 12. Item 23. Item 3 | Unordered list Item 1 Item 2 Item 3 Ordered list Item 1 Item 2 Item 3 | | | | | | | | |
| `Inline code` with single backticks | Inline code with single backticks | | | | | | | | |
| Code block_(use three backticks without spaces)_ ` ` `<html><body><h1>My First Heading</h1><p>My first paragraph.</p></body></html>` ` ` | <html> <body><h1>My First Heading</h1> <p>My first paragraph.</p></body> </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. | 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– – – | | | | | | | | | |