mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-11 03:10:59 +00: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:
committed by
Alicia Cozine
parent
6a866a5e10
commit
e58e43279c
@@ -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::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user