Enforce proper definition list markup syntax
Open
docs
enhancement
meta
- Dominant language
- Shell
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
our docs currently do something like this:
```
:Configured Shards:
The `number of configured shards`_
```
the correct format is this:
```
**Configured Shards**:
The `number of configured shards`_
```
Contributor guide
Assessment
This issue has not been assessed yet.