Update links

This commit is contained in:
Ilya Kuznetsov 2025-02-24 18:27:32 +01:00
parent 8c36b93614
commit 83aa99c62f
No known key found for this signature in database
GPG Key ID: 91F3DDCF5D21CDDF
2 changed files with 10 additions and 9 deletions

View File

@ -97,7 +97,7 @@ func formatDescription(a attributeNode) string {
} else if s != "" {
s += ". "
}
s += fmt.Sprintf("See [_](#%s).", cleanAnchor(a.Link))
s += fmt.Sprintf("See [\\_](#%s).", cleanAnchor(a.Link))
}
return s
}

View File

@ -8,16 +8,17 @@ This is a description
.. list-table::
:header-rows: 1
:::list-table
* - Key
- Type
- Description
- - Key
- Type
- Description
* - `my_attribute`
- Map
- Desc with link. See [_](#some_fieldnamemy_attribute).
- - `my_attribute`
- Map
- Desc with link. See [\_](#some_fieldnamemy_attribute).
:::
### some_field.\<name\>.my_attribute