マークダウンフォーマット

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~~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

画像

[Vivaldi logo](https://vivaldi.com/wp-content/themes/vivaldicom-theme/img/press/icons/viv_icon.png)

Vivaldi logo
順不同リスト

* Item 1
* Item 2
* Item 3

順序付きリスト

1. Item 1
2. Item 2
3. Item 3

順不同リスト

  • Item 1
  • Item 2
  • Item 3

順序付きリスト

  1. Item 1
  2. Item 2
  3. Item 3
`Inline code` with single backticksInline code with single backticks
Code block
(use three backticks without spaces)

` ` `
<
!DOCTYPE html>

<html>
<本文><h1>My First Heading</h1>
<p>My first paragraph.</p></body>
</html>
` ` `

<!DOCTYPE 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

– – –


Need help with your Vivaldi account?

Send us a message

Please note that replies to support messages will mostly be in English.

Maximum file size (8MB). Authorized files extensions: txt, dmp, jpg, png.

How do we handle your data?

We use Jira Software hosted on our servers in Iceland to manage messages sent to us via this form. Once you submit your message, our support team will review it and get back to you as soon as possible (normally within 2 to 3 business days).

If you'd like to know more about our privacy policy and the 3rd party software we use, check our privacy resources page: vivaldi.com/privacy

Was this helpful?

Yes
No
Thanks for your feedback!