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

マークダウンで表を作るためのメモ

Posted at

概要

マークダウンで表を作る時のメモを記載する。

2~5行の表

  • 2行の表
|  TH  |  TH  |
| ---- | ---- |
|  TD  |  TD  |
|  TD  |  TD  |
TH TH
TD TD
TD TD
  • 3行の表
|  TH  |  TH  |  TH  |
| ---- | ---- | ---- |
|  TD  |  TD  |  TD  |
|  TD  |  TD  |  TD  |
TH TH TH
TD TD TD
TD TD TD
  • 4行の表
|  TH  |  TH  |  TH  |  TH  |
| ---- | ---- | ---- | ---- |
|  TD  |  TD  |  TD  |  TD  |
|  TD  |  TD  |  TD  |  TD  |
TH TH TH TH
TD TD TD TD
TD TD TD TD
  • 5行の表
|  TH  |  TH  |  TH  |  TH  |  TH  |
| ---- | ---- | ---- | ---- | ---- |
|  TD  |  TD  |  TD  |  TD  |  TD  |
|  TD  |  TD  |  TD  |  TD  |  TD  |
TH TH TH TH TH
TD TD TD TD TD
TD TD TD TD TD

右寄せ・中央寄せ・左寄せ

  • 右寄せ(:---)・中央寄せ(:---:)・左寄せ(---:)
| TH 左寄せ | TH 中央寄せ | TH 右寄せ |
| :--- | :---: | ---: |
| TD | TD | TD |
| TD | TD | TD |
TH 左寄せ TH 中央寄せ TH 右寄せ
TD TD TD
TD TD TD
1
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
1
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?