Skip to content

Commit 39db4c8

Browse files
committed
Liste de tâches
1 parent d5f0166 commit 39db4c8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.fr.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,8 @@ Ceci fonctionne également pour `.gitignore`.
370370

371371
[*Plus d'information sur les licences open source (En anglais).*](https://help.github.com/articles/open-source-licensing)
372372

373-
### Task Lists
374-
In Issues and Pull requests check boxes can be added with the following syntax (notice the space):
373+
### Liste de tâches
374+
Dans les bogues et les pull requests, des boîtes à cocher peuvent être ajoutées en utilisant la syntaxe suivante (remarquez l'espace) :
375375

376376
```
377377
- [ ] Be awesome
@@ -384,7 +384,7 @@ In Issues and Pull requests check boxes can be added with the following syntax (
384384

385385
![Task List](http://i.imgur.com/jJBXhsY.png)
386386

387-
When they are clicked, they will be updated in the pure Markdown:
387+
Lorsqu'un utilisateur clique sur une tâche, elle est mise à jour dans le format Markdown :
388388

389389
```
390390
- [x] Be awesome
@@ -395,10 +395,10 @@ When they are clicked, they will be updated in the pure Markdown:
395395
- [ ] Sleep
396396
```
397397

398-
[*Read more about task lists.*](https://help.github.com/articles/writing-on-github#task-lists)
398+
[*Plus d'informations sur les listes de tâches (En anglais).*](https://help.github.com/articles/writing-on-github#task-lists)
399399

400-
#### Task Lists in Markdown Documents
401-
In full Markdown documents **read-only** checklists can now be added using the following syntax:
400+
#### Listes de tâches dans les documents Markdown
401+
Dans les documents Markdown, il est maintenant possible d'ajouter des listes de boîtes à cocher en **lecture seule** en utilisant la syntaxe suivante :
402402

403403
```
404404
- [ ] Mercury
@@ -418,7 +418,7 @@ In full Markdown documents **read-only** checklists can now be added using the f
418418
- [ ] Deimos
419419
- [ ] Phobos
420420

421-
[*Read more about task lists in markdown documents.*](https://github.com/blog/1825-task-lists-in-all-markdown-documents)
421+
[*Plus d'informations sur les listes de tâches dans les documents Markdown (En anglais)*](https://github.com/blog/1825-task-lists-in-all-markdown-documents)
422422

423423
### Relative Links
424424
Relative links are recommended in your Markdown files when linking to internal content.

0 commit comments

Comments
 (0)