diff --git a/ansible_collections/arista/avd/roles/eos_cli_config_gen/docs/tables/router-bgp.md b/ansible_collections/arista/avd/roles/eos_cli_config_gen/docs/tables/router-bgp.md
index e04f3b71400..bfd7a986e52 100644
--- a/ansible_collections/arista/avd/roles/eos_cli_config_gen/docs/tables/router-bgp.md
+++ b/ansible_collections/arista/avd/roles/eos_cli_config_gen/docs/tables/router-bgp.md
@@ -53,7 +53,7 @@
| [ peer_group](## "router_bgp.listen_ranges.[].peer_group") | String | | | | Peer group name. |
| [ peer_filter](## "router_bgp.listen_ranges.[].peer_filter") | String | | | | Peer-filter name.
note: `peer_filter` or `remote_as` is required but mutually exclusive.
If both are defined, `peer_filter` takes precedence
|
| [ remote_as](## "router_bgp.listen_ranges.[].remote_as") | String | | | | BGP AS <1-4294967295> or AS number in asdot notation "<1-65535>.<0-65535>".
For asdot notation in YAML inputs, the value must be put in quotes, to prevent it from being interpreted as a float number. |
- | [ send_community](## "router_bgp.send_community") | String | | | | 'all' or a combination of 'standard', 'extended' and 'large'. |
+ | [ send_community](## "router_bgp.send_community") | String | | | | `all` or a combination of `standard`, `extended` and `large`. |
| [ peer_groups](## "router_bgp.peer_groups") | List, items: Dictionary | | | | |
| [ - name](## "router_bgp.peer_groups.[].name") | String | Required, Unique | | | Peer-group name. |
| [ type](## "router_bgp.peer_groups.[].type") | String | | | | Key only used for documentation or validation purposes. |
@@ -1671,7 +1671,7 @@
# For asdot notation in YAML inputs, the value must be put in quotes, to prevent it from being interpreted as a float number.
remote_as:
- # 'all' or a combination of 'standard', 'extended' and 'large'.
+ # `all` or a combination of `standard`, `extended` and `large`.
send_community:
peer_groups:
diff --git a/python-avd/pyavd/_eos_cli_config_gen/schema/eos_cli_config_gen.schema.yml b/python-avd/pyavd/_eos_cli_config_gen/schema/eos_cli_config_gen.schema.yml
index 4fd74336647..fb6012c519f 100644
--- a/python-avd/pyavd/_eos_cli_config_gen/schema/eos_cli_config_gen.schema.yml
+++ b/python-avd/pyavd/_eos_cli_config_gen/schema/eos_cli_config_gen.schema.yml
@@ -11964,7 +11964,7 @@ keys:
to prevent it from being interpreted as a float number.'
send_community:
type: str
- description: '''all'' or a combination of ''standard'', ''extended'' and ''large''.'
+ description: '`all` or a combination of `standard`, `extended` and `large`.'
peer_groups:
type: list
primary_key: name