mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 16:06:43 +00:00
Reformat description of a dictionary entry.
This commit is contained in:
@@ -25,7 +25,7 @@ Ansible or not) should begin with ``---``. This is part of the YAML
|
||||
format and indicates the start of a document.
|
||||
|
||||
All members of a list are lines beginning at the same indentation level starting
|
||||
with a ``"- "`` (dash and whitespace) character::
|
||||
with a ``"- "`` (dash and whitespace)::
|
||||
|
||||
---
|
||||
# A list of tasty fruits
|
||||
@@ -34,7 +34,7 @@ with a ``"- "`` (dash and whitespace) character::
|
||||
- Strawberry
|
||||
- Mango
|
||||
|
||||
A dictionary is represented in a simple ``key: `` (colon and whitespace) and ``value`` form::
|
||||
A dictionary is represented in a simple ``key: value`` form (the colon must be followed by a space)::
|
||||
|
||||
---
|
||||
# An employee record
|
||||
|
||||
Reference in New Issue
Block a user