マークダウンフォーマット
This post is also available in: English Русский Français Español Deutsch Српски Dansk Português Български 简体中文
マークダウンは、プレーンテキストエディターでリッチテキスト(HTML など)を作成するために使用される、シンプルなマークアップ言語です。 すべてのキーボード上にある記号を使用して、テキストに基本的な書式を追加することが可能です。 フォントサイズ、色、その他の高度なオプションは、マークダウンでは使用できません。
Vivaldi では、マークダウンを使用してメモをフォーマットしたり、Vivaldi フォーラムに投稿したりすることが可能です。
マークダウンの使用
マークダウンを使用するには、まず CommonMark の構文を理解してから、メモまたは Vivaldi フォーラムで試してみてください。
マークダウンの例
構文 | 結果 | ||||||
*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 | ||||||
画像
[Vivaldi logo](https://vivaldi.com/wp-content/themes/vivaldicom-theme/img/press/icons/viv_icon.png) | |||||||
順不同リスト
* Item 1 順序付きリスト 1. Item 1 | 順不同リスト
順序付きリスト
| ||||||
`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
– – – |
|