Use semantic markup (#185)

* Enable semantic markup.

* Use semantic markup.

* Break long lines.

* Add ignore entries.

* Ignore docs build error.
This commit is contained in:
Felix Fontein 2023-06-22 13:18:08 +02:00 committed by GitHub
parent 08c8c7ecc8
commit 2e78a207e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 146 additions and 129 deletions

View file

@ -12,18 +12,18 @@ DOCUMENTATION:
options:
_input:
description:
- A list of assignments. Can be the result of the C(community.routeros.split) filter.
- A list of assignments. Can be the result of the P(community.routeros.split#filter) filter.
type: list
elements: string
required: true
require_assignment:
description:
- Allows to accept arguments without values when set to C(false).
- Allows to accept arguments without values when set to V(false).
type: boolean
default: true
skip_empty_values:
description:
- Allows to skip arguments whose value is empty when set to C(true).
- Allows to skip arguments whose value is empty when set to V(true).
type: boolean
default: false
author: