LoginSignup
0
0

More than 3 years have passed since last update.

Qiitaの記事投稿兼プログラミングノート用テンプレ書いてみた

Last updated at Posted at 2021-04-24

はじめに

自分用のプログラミングノート兼Qiitaの記事を書くにあたってテンプレがあるといいと思ったために投稿しました。
※随時更新


# はじめに

なぜ記事を書こうと思ったかなど発端を書く

# 開発環境

使ったツール、コマンド、言語等の情報を記述。

# 解説

コードと一緒に解説


これこれこういう意味である~

## 補足

解説した中でも、更に深く突っ込んで書きたいところがあれば書く。

## 最後に

書いてみての考察。
良かった点、悪かった点、次回への意気込み等。

## 参考リンク
[text](https://web-cheatsheet.com/)

## その他よく使うマークダウン

- [] チェックリスト
- [x] チェックリスト

**太文字**

~~打ち消し線~~

- 水平線

---

- テーブル
  | left | right | center |
  |:-------|---------:|:--------:|
  | hoge | hoge | hoge |
  | foo | foo | foo |
  | bar | bar | bar |

- リンク
  [text](https://web-cheatsheet.com/)

- 画像
  ![alt](https://web-cheatsheet.com/icons/apple-touch-icon-114x114.png)

0
0
0

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