Open
Description
Input (2 spaces after colon on a first line):
**Type parameters**:
`U`: `any` Output [GGArray](#GGArray) item type
is rendered in a browser as:
<p><strong>Type parameters</strong>:
<code>U</code>: <code>any</code> Output <a href="#GGArray">GGArray</a> item type</p>
It looks to me like those 2 spaces are outputted verbatim.
On the project docs is mentioned that CommonMark is supported, I think this is the relevant part: https://spec.commonmark.org/0.29/#example-630
Interestingly, in some other cases it does work:
**Parameters**:
`f`: `FuncLike<T, U>` Mapping function
`ctx`: `any` Context for function