File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 25
25
- [ 素早く引用] ( #%E7%B4%A0%E6%97%A9%E3%81%8F%E5%BC%95%E7%94%A8 )
26
26
- [ 設定済みライセンスの追加] ( #%E8%A8%AD%E5%AE%9A%E6%B8%88%E3%81%BF%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9%E3%81%AE%E8%BF%BD%E5%8A%A0 )
27
27
- [ タスクリスト] ( #%E3%82%BF%E3%82%B9%E3%82%AF%E3%83%AA%E3%82%B9%E3%83%88 )
28
+ - [ Markdownファイルでのタスクリスト] ( #markdown%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E3%81%A7%E3%81%AE%E3%82%BF%E3%82%B9%E3%82%AF%E3%83%AA%E3%82%B9%E3%83%88 )
28
29
- [ 相対リンク] ( #%E7%9B%B8%E5%AF%BE%E3%83%AA%E3%83%B3%E3%82%AF )
29
30
- [ GitHub Pagesでのメタデータとプラグインのサポート] ( #github-pages%E3%81%A7%E3%81%AE%E3%83%A1%E3%82%BF%E3%83%87%E3%83%BC%E3%82%BF%E3%81%A8%E3%83%97%E3%83%A9%E3%82%B0%E3%82%A4%E3%83%B3%E3%81%AE%E3%82%B5%E3%83%9D%E3%83%BC%E3%83%88 )
30
31
- [ 文書内のYAMLメタデータ] ( #%E6%96%87%E6%9B%B8%E5%86%85%E3%81%AEyaml%E3%83%A1%E3%82%BF%E3%83%87%E3%83%BC%E3%82%BF )
@@ -337,6 +338,25 @@ GitHub上でリポジトリを作成する時、あらかじめ設定されて
337
338
338
339
[ * タスク・リストについてもっと詳しく* ] ( https://github.com/blog/1375%0A-task-lists-in-gfm-issues-pulls-comments )
339
340
341
+ #### Markdownファイルでのタスクリスト
342
+ 通常のMarkdownファイルでも** 読み取り専用** のチェックリストを以下のような記法で追加することができる:
343
+
344
+ ```
345
+ - [ ] Mercury
346
+ - [x] Venus
347
+ - [x] Earth
348
+ - [x] Mars
349
+ - [ ] Jupiter
350
+ ```
351
+
352
+ - [ ] Mercury
353
+ - [x] Venus
354
+ - [x] Earth
355
+ - [x] Mars
356
+ - [ ] Jupiter
357
+
358
+ [ * Markdownファイルでのタスクリストについてもっと詳しく* ] ( https://github.com/blog/1825-task-lists-in-all-markdown-documents )
359
+
340
360
### 相対リンク
341
361
Markdownファイルでリポジトリ内のコンテンツへ張る場合、相対リンクを利用することが推奨されている。
342
362
@@ -592,12 +612,12 @@ $ git status -sb
592
612
以下のように実行すると:
593
613
594
614
``` bash
595
- $ git log --all --graph --pretty=format:' %Cred%h%Creset -%C(yellow )%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
615
+ $ git log --all --graph --pretty=format:' %Cred%h%Creset -%C(auto )%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
596
616
```
597
617
598
618
このように表示される:
599
619
600
- ![ git log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow )%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative] ( http://i.imgur.com/R2z8l7c .png )
620
+ ![ git log --all --graph --pretty=format:'%Cred%h%Creset -%C(auto )%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative] ( http://i.imgur.com/EARRQyJ .png )
601
621
602
622
この設定は[ Palesz] ( http://stackoverflow.com/users/88355/palesz ) が考えたものだ。
603
623
You can’t perform that action at this time.
0 commit comments