Commit 577cdcad by Cristian Ciupitu

Doc: use literal code blocks for YAML examples

Without this, the straight double quotes (") are displayed as curved
quotes (“ and ”).
parent 79cf7e72
...@@ -85,11 +85,11 @@ That's all you really need to know about YAML to start writing ...@@ -85,11 +85,11 @@ That's all you really need to know about YAML to start writing
Gotchas Gotchas
------- -------
While YAML is generally friendly, the following is going to result in a YAML syntax error: While YAML is generally friendly, the following is going to result in a YAML syntax error::
foo: somebody said I should put a colon here: so I did foo: somebody said I should put a colon here: so I did
You will want to quote any hash values using colons, like so: You will want to quote any hash values using colons, like so::
foo: "somebody said I should put a colon here: so I did" foo: "somebody said I should put a colon here: so I did"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment