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?

Githubのマークダウンでチェックボックスを作ったときにスペースが空く

Posted at

下記のように、項目の間に空行が入ると、結果の項目間にスペースが開いてしまう。

- [ ] 項目1
- [ ] 項目2
- [ ] 項目3

- [ ] 項目4

image.png

image.png

下記のように項目を詰めれば解消される

- [ ] 項目1
- [ ] 項目2
- [ ] 項目3
- [ ] 項目4
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?