Hello,
the analyzer converts * @property {Record<string,Attribute>|null} attr - Custom attributes for the anchor element. to:
## Properties
| Property | Type | Default | Description |
|----------|------------------------------------|---------|-------------------------------------------|
| `attr` | `Record<string,Attribute> \| null` | null | Custom attributes for the anchor element. |
The backslash in the output Record<string,Attribute> \| null is wrong.
Thank you!
Hello,
the analyzer converts
* @property {Record<string,Attribute>|null} attr - Custom attributes for the anchor element.to:The backslash in the output
Record<string,Attribute> \| nullis wrong.Thank you!