diff options
author | Andrei Curelaru <andrei@infinidad.fr> | 2014-10-26 17:16:25 +0100 |
---|---|---|
committer | Andrei Curelaru <andrei@infinidad.fr> | 2014-10-26 17:16:25 +0100 |
commit | ef30c1918c9d1b208c0f2206d40d8cd3ca075ef3 (patch) | |
tree | 9ea1bda6e43a8832095539845537d21d682619b4 | |
parent | c7e8b6f06bdb11e611277b24d140542794d4a201 (diff) |
first fixes
-rw-r--r-- | fr-fr/yaml-fr.html.markdown | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/fr-fr/yaml-fr.html.markdown b/fr-fr/yaml-fr.html.markdown index 6bdcb6e8..7f962f61 100644 --- a/fr-fr/yaml-fr.html.markdown +++ b/fr-fr/yaml-fr.html.markdown @@ -46,7 +46,8 @@ bloc_littéral: | Le littéral continue jusqu'à ce que l'indentation soit annulée. - Toutes lignes qui serait "d'avantage indentées" conservent leur indentation, constituée de 4 espaces. + Toutes lignes qui serait "d'avantage indentées" conservent leur + indentation, constituée de 4 espaces. bloc_replié: > Tout ce bloc de texte sera la valeur de la clé 'bloc_replié', mais cette fois ci, toutes les nouvelles lignes deviendront un simple espace. @@ -148,9 +149,8 @@ set2: ``` - \//||\/|| - // || ||__ Références Externes et outils : +Quelques références et outils : -[Specs YAML 1.2](http://www.yaml.org/spec/1.2/spec.html) *anglais* -[Introduction à YAML](http://sweetohm.net/html/introduction-yaml.html) -[Online YAML parser](http://yaml-online-parser.appspot.com/) +- Doc officielle [YAML 1.2](http://www.yaml.org/spec/1.2/spec.html) *anglais*, +- Une [Introduction à YAML](http://sweetohm.net/html/introduction-yaml.html) très bien construite et claire, +- Un outil pour tester [live](http://yaml-online-parser.appspot.com/) la syntaxe YAML, avec des exemples.
\ No newline at end of file |