Fix markup: inline literal with spaces (#47560)

Fixes rST/Sphinx error on the YAML syntax page of the core docs.
pull/46116/head
Aurelio Jargas 6 years ago 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::

Loading…
Cancel
Save