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の記事作成について調査

Posted at

これからqiitaにて記事を投稿していくため、記事の作成方法についてまとめておく。

見出しの作り方

見出しにしたい文字列の前に#と半角スペースをつける

# 見出し

コードの載せ方

バッククォーテーション3つでくくる

 ```
 コード
 ```

画像の載せ方

### ![画像](url)

リンクの載せ方

### [リンク](url)

注釈の付け方

注釈にしたい単語[^1]
[^1]: 単語の説明


注釈にしたい単語1

引用の仕方

 >
を記述することで引用。
 >>
と二つ書くことで二重引用。

ボールド体

ボールド

**ボールド**

イタリック体

イタリック

_イタリック_

打ち消し線

打ち消し線

~~打ち消し線~~

色コード(RGB16進数表記)

#FFFFFF

`#FFFFFF`
  1. 単語の説明

0
0
1

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?