1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-12 10:53:58 +02:00

Merge pull request #62 from marocchino/update-translation

Update task list translations(ko, ja, zh-cn)
This commit is contained in:
Rafal Chmiel
2014-05-19 07:44:26 +01:00
3 changed files with 30 additions and 12 deletions

View File

@@ -350,21 +350,27 @@ GitHub上でリポジトリを作成する時、あらかじめ設定されて
``` ```
- [ ] Be awesome - [ ] Be awesome
- [ ] Do stuff - [ ] Prepare dinner
- [ ] Research recipe
- [ ] Buy ingredients
- [ ] Cook recipe
- [ ] Sleep - [ ] Sleep
``` ```
![Task List](http://i.imgur.com/k2qZi56.png) ![Task List](http://i.imgur.com/jJBXhsY.png)
これらチェックボックスにチェックが入れられると、同時にMarkdownソースも更新される: これらチェックボックスにチェックが入れられると、同時にMarkdownソースも更新される:
``` ```
- [x] Be awesome - [x] Be awesome
- [x] Do stuff - [ ] Prepare dinner
- [x] Research recipe
- [x] Buy ingredients
- [ ] Cook recipe
- [ ] Sleep - [ ] Sleep
``` ```
[*タスク・リストについてもっと詳しく*](https://github.com/blog/1375%0A-task-lists-in-gfm-issues-pulls-comments) [*タスク・リストについてもっと詳しく*](https://help.github.com/articles/writing-on-github#task-lists)
#### Markdownファイルでのタスクリスト #### Markdownファイルでのタスクリスト
通常のMarkdownファイルでも**読み取り専用**のチェックリストを以下のような記法で追加することができる: 通常のMarkdownファイルでも**読み取り専用**のチェックリストを以下のような記法で追加することができる:

View File

@@ -382,21 +382,27 @@ puts table.to_s
``` ```
- [ ] Be awesome - [ ] Be awesome
- [ ] Do stuff - [ ] Prepare dinner
- [ ] Research recipe
- [ ] Buy ingredients
- [ ] Cook recipe
- [ ] Sleep - [ ] Sleep
``` ```
![Task List](http://i.imgur.com/k2qZi56.png) ![Task List](http://i.imgur.com/jJBXhsY.png)
체크박스가 클릭 되면, 순수 마크다운에서 갱신이 이루어집니다. 체크박스가 클릭 되면, 순수 마크다운에서 갱신이 이루어집니다.
``` ```
- [x] Be awesome - [x] Be awesome
- [x] Do stuff - [ ] Prepare dinner
- [x] Research recipe
- [x] Buy ingredients
- [ ] Cook recipe
- [ ] Sleep - [ ] Sleep
``` ```
[*테스크 리스트에 대해 더 읽어 보세요.*](https://github.com/blog/1375%0A-task-lists-in-gfm-issues-pulls-comments) [*테스크 리스트에 대해 더 읽어 보세요.*](https://help.github.com/articles/writing-on-github#task-lists)
#### Task Lists in Markdown Documents #### Task Lists in Markdown Documents
이제 마크다운 문서에서 **읽기 전용** 체크리스트를 넣을 수 있습니다. 이제 마크다운 문서에서 **읽기 전용** 체크리스트를 넣을 수 있습니다.

View File

@@ -328,21 +328,27 @@ Issues和Pull requests里可以添加复选框语法如下注意空白符
``` ```
- [ ] Be awesome - [ ] Be awesome
- [ ] Do stuff - [ ] Prepare dinner
- [ ] Research recipe
- [ ] Buy ingredients
- [ ] Cook recipe
- [ ] Sleep - [ ] Sleep
``` ```
![Task List](http://i.imgur.com/k2qZi56.png) ![Task List](http://i.imgur.com/jJBXhsY.png)
当项目被选中时它对应的Markdown源码也被更新了 当项目被选中时它对应的Markdown源码也被更新了
``` ```
- [x] Be awesome - [x] Be awesome
- [x] Do stuff - [ ] Prepare dinner
- [x] Research recipe
- [x] Buy ingredients
- [ ] Cook recipe
- [ ] Sleep - [ ] Sleep
``` ```
[*进一步了解任务列表.*](https://github.com/blog/1375%0A-task-lists-in-gfm-issues-pulls-comments) [*进一步了解任务列表.*](https://help.github.com/articles/writing-on-github#task-lists)
### 相对链接 ### 相对链接
Markdown文件里链接到内部内容时推荐使用相对链接。 Markdown文件里链接到内部内容时推荐使用相对链接。