マイお気に入り

まだお気に入りはありません。ツールページのブックマークボタンで追加できます。

Markdown チートシート - 無料でオンライン利用 | UtilsHub

Markdown チートシートをオンラインで無料で利用。ダウンロード不要。UtilsHubは数百の面白いオンラインツールを提供。

Markdown シンタックス シート

よくあるマークダウン構文の参考。左側が構文、右側がレンダリングされた出力です。コピーアイコンをクリックして任意のコードをコピーします。

見出し

# Heading 1

Heading 1

## Heading 2

Heading 2

### Heading 3

Heading 3

#### Heading 4

Heading 4

##### Heading 5
Heading 5
###### Heading 6
Heading 6

テキスト書式設定

**bold**
bold
__bold__
bold
*italic*
italic
_italic_
italic
***bold italic***
bold italic
~~strikethrough~~
strikethrough
`inline code`
inline code
<u>underline</u>
underline
H<sub>2</sub>O
H2O
X<sup>2</sup>
X2

リスト

- Item 1
- Item 2
- Item 3
  • Item 1
  • Item 2
  • Item 3
* Item A
* Item B
* Item C
  • Item A
  • Item B
  • Item C
+ Item X
+ Item Y
+ Item Z
  • Item X
  • Item Y
  • Item Z
1. First
2. Second
3. Third
  1. First
  2. Second
  3. Third
- Parent
  - Child
    - Grandchild
  • Parent
    • Child
      • Grandchild

コード

Use `code` inline
Use code inline
```javascript
console.log("hello");
```
console.log("hello");
```python
def greet():
    print("Hi")
```
def greet():
print("Hi")
```html
<h1>Hello</h1>
```
<h1>Hello</h1>
    indented code block
indented code block

ブロック参照

> Simple blockquote

Simple blockquote

> Line 1
> Line 2

Line 1
Line 2

> Outer
>> Nested

Outer

Nested

> **Bold** and `code`

Bold and code

> - List item
> - Another
  • List item
  • Another

| Left | Center | Right |
|:---|:---:|---:|
| A | B | C |
| 1 | 2 | 3 |
LeftCenterRight
ABC
123
| Name | Age |
|------|-----|
| Alice | 25 |
| Bob | 30 |
NameAge
Alice25
Bob30

水平線

---

***

___

- - -

タスク・リスト

- [ ] Incomplete task
- [x] Completed task
- [ ] Task 1
- [x] Task 2
- [ ] Task 3

拡張構文

Here is a footnote[^1]

[^1]: Footnote text
Here is a footnote[1]
[1]: Footnote text
==highlighted text==
highlighted text
term
: definition
term
definition
Automatic URL: https://example.com
Automatic URL: https://example.com
:smile: :heart: :+1:
😀 ❤️ 👍
コピー!

このツールについて

Markdown チートシートは無料のオンラインテキストツールです。Markdown のよく使う構文のクイックリファレンス。集中したい時やリラックスしたい時、ちょっとした楽しみに最適です。ブラウザだけで使え、ダウンロードや登録は不要です。