Commit ede94dd7 by Brian Coca

Merge pull request #10522 from ciupicri/doc-quotes

Doc: use literal code blocks for YAML examples
parents 79cf7e72 577cdcad
......@@ -85,11 +85,11 @@ That's all you really need to know about YAML to start writing
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
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"
......
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