LoginSignup
34

More than 3 years have passed since last update.

posted at

updated at

Qiita記事投稿用テンプレート

概要

Qiitaの記事作成の際、いちいちMarkdown書いていくのもめんどくさかったので、テンプレートとしてこの記事に残す。
この記事をコピペしながら書き進めることで時短を狙う。

テンプレート本体

# はじめに
<!-- 発端や概要を記載 -->

# 目次
<!-- タイトルとアンカー名を編集 -->
1. [Chapter1](#Chapter1)
1. [Chapter2](#Chapter2)
1. [参考文献](#reference)

<!-- 各チャプター -->
<a id="#Chapter1"></a>
# Chapter1

<a id="#Chapter2"></a>
# Chapter2

<a id="#reference"></a>
# 参考文献
- [リンクテキスト](URL)
- [リンクテキスト](URL)

頻出部品




```言語名:ファイル名.拡張子
コードブロック
```

`インライン表示`

>引用文

[リンクテキスト](URL)

| No |    内容     |    備考    |
|---:|-------------|------------|
| 1  |             |            |
| 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
What you can do with signing up
34