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:
parent
6a866a5e10
commit
e58e43279c
1 changed files with 2 additions and 2 deletions
|
@ -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::
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue