diff options
| author | Nami-Doc <vendethiel@hotmail.fr> | 2014-06-01 14:35:30 +0200 | 
|---|---|---|
| committer | Nami-Doc <vendethiel@hotmail.fr> | 2014-06-01 14:35:30 +0200 | 
| commit | 11ff450efe1a385a85c715601cd3144f95681f3b (patch) | |
| tree | fbebd80c0021e2a30e7f0218646c228d39ed7232 /yaml.html.markdown | |
| parent | a460857adb0e1bfabddf72723caec9fab24efa8f (diff) | |
| parent | 195735fd176b359f98450891ce00a233ccd585a8 (diff) | |
Merge pull request #629 from checkcheckzz/patch-2
yaml: Chinese translation
Diffstat (limited to 'yaml.html.markdown')
| -rw-r--r-- | yaml.html.markdown | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/yaml.html.markdown b/yaml.html.markdown index c5d15895..76e430e6 100644 --- a/yaml.html.markdown +++ b/yaml.html.markdown @@ -33,7 +33,7 @@ however: "A string, enclosed in quotes."  "Keys can be quoted too.": "Useful if you want to put a ':' in your key."  # Multiple-line strings can be written either as a 'literal block' (using |), -# or a 'folded block' (using '>') +# or a 'folded block' (using '>').  literal_block: |      This entire block of text will be the value of the 'literal_block' key,      with line breaks being preserved. @@ -66,7 +66,7 @@ a_nested_map:  # Maps don't have to have string keys.  0.25: a float key -# Keys can also be multi-line objects, using ? to indicate the start of a key +# Keys can also be multi-line objects, using ? to indicate the start of a key.  ? |      This is a key      that has multiple lines | 
