形式 | Markdown | HTML |
---|---|---|
見出し |
#見出し 1 |
<h1>見出し 1</h1> |
見出し 1 |
||
## 見出し 2 |
<h2>見出し 2</h2> |
|
見出し 2 |
||
### 見出し 3 |
<h3>見出し 3</h3> |
|
段落 |
段落は空白行で区切ります。 これは別の段落です。 |
<p>段落は空白行で区切ります。</p> |
改行 |
行の末尾に 2 個のスペースを入れると、 改行が挿入されます。 |
行の末尾に 2 個のスペースを入れると、 <br> |
フォント |
**太字** __太字__ |
<strong>太字</strong> |
*斜体* _斜体_ |
<em>斜体</em> |
|
**_太字の斜体_** |
<strong><em>太字の斜体</em></strong> |
|
' |
<code>等幅</code> |
|
~~ |
<s>取り消し線</s> |
|
リンク |
[リンクテキスト](http://www.example.com) |
<a href="http://www.example.com">リンクテキスト</a> |
画像 |
 |
<img src="http://www.mycompany.com/image.png" alt="代替テキスト"> |
水平線 |
--- |
<hr /> |
順序付きリスト |
1. 項目 1 1. 項目 1 1. 項目 1 |
<ol> |
順序なしリスト |
* 項目 + 項目 - 項目 |
<ul> |
表 |
| 列 1 | 列 2 | 列 3 | |
<table> |
整形済みテキスト ブロック |
''' { Code block }''' |
<pre> |
引用 |
> これは複数行の |
<blockquote> |
中央揃え |
なし |
<p style="text-align:center" >中央揃えのテキスト</p> |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-07-09 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"必要な情報がない"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"複雑すぎる / 手順が多すぎる"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"最新ではない"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻訳に関する問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"サンプル / コードに問題がある"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"その他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"わかりやすい"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"問題の解決に役立った"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"その他"
}]