0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Qiita マークダウンの書き方

Last updated at Posted at 2023-04-07

見出しを付けたいとき

見出しを付けたいときには#を使う

書き方は

# 見出し1番大きい
## 見出し2番目

こんな感じで1番目立つようにしたい場合は シャープ1つ
2番目はシャープ2つのように足していく
#を足していくと少しずつ小さくなる

見出し1番大きい

見出し2番目

見出し3番目

書くときはシャープは半角で見出しとの間に半角スペースを空ける
空けていないと↓のようにただ頭にシャープが付くだけになる

#見出し1番大きい

黒背景のブロックをつくる

ブロックの中に入れたい範囲の上下に ` を3つつける

箇条書きにする

箇条書きにしたいときは文章の前に - をつける

  • 箇条書き

追記)
https://qiita.com/Qiita/items/c686397e4a0f4f11683d
ここに書き方のまとめが書いてる
→投稿やコメントの右上にある?から飛べる

0
0
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?