1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix markup: inline literal with spaces (#47560)

Fixes rST/Sphinx error on the YAML syntax page of the core docs.
This commit is contained in:
Aurelio Jargas 2018-10-24 16:55:25 +02:00 committed by Alicia Cozine
parent 6a866a5e10
commit e58e43279c

View file

@ -137,8 +137,8 @@ Gotchas
-------
While you can put just about anything into an unquoted scalar, there are some exceptions.
A colon followed by a space (or newline) ``: `` is an indicator for a mapping.
A space followed by the pound sign `` #`` starts a comment.
A colon followed by a space (or newline) ``": "`` is an indicator for a mapping.
A space followed by the pound sign ``" #"`` starts a comment.
Because of this, the following is going to result in a YAML syntax error::