Use semantic markup (modules d-g) (#6672)

* Use semantic markup.

* 'ignore:' is no longer needed.

* E() now works better.
This commit is contained in:
Felix Fontein 2023-06-15 15:46:44 +02:00 committed by GitHub
parent 6fc1df9b83
commit 2ed82e0318
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 307 additions and 306 deletions

View file

@ -32,7 +32,7 @@ options:
type: str
account_api_token:
description:
- Account API token. See I(account_email) for more information.
- Account API token. See O(account_email) for more information.
type: str
domain:
description:
@ -77,7 +77,7 @@ options:
solo:
description:
- Whether the record should be the only one for that record type and record name.
- Only use with C(state) is set to C(present) on a record.
- Only use with O(state) is set to V(present) on a record.
type: 'bool'
default: false
sandbox: