1
2

More than 1 year has passed since last update.

Markdown記述

Last updated at Posted at 2021-12-29

よく忘れるのでメモ

テーブル

|a|b|c|
|:-:|:-:|:-:|
|1|2|3|
|4|5|6|
a b c
1 2 3
4 5 6

ディレクトリ構造

app 
 ├─ file1
 ├─ file2
 └─ dir1
     └─ dir/file1

## フォント

文字色

HMTLで指定する
<font color="red"></font> => 赤色

上付き、下付き

HMTLで指定する
x<sup>2</sup> => x2
x<sub>2</sub> => x2

太字

**Bold** => Bold

斜体

*Italic* => Italic

改行

  • <br>タグを使う
  • 文末に半角空白スペースを2つつける

## 参考資料
Markdown記法 チートシート
Qiitaのテーブルの書き方についてまとめた
Qiitaのマークダウンで色をつける方法[140色]

1
2
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
1
2