mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 03:53:59 -07:00
Fix documentation syntax problems
This commit is contained in:
parent
735c8d3c4b
commit
b74a02301b
5 changed files with 7 additions and 9 deletions
|
@ -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) character::
|
||||
|
||||
---
|
||||
# A list of tasty fruits
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue