Hi!
I am trying to generate docs using an mdx compiler/bundler and typedoc-plugin-markdown
I noticed that when a return value is, for example Promise<void>, the left angled bracket is not escaped. Related to this issue ?
Here's a snippet of what is generated:
| Name | Type |
| :------ | :------ |
| `notificationIds?` | `string`[] |
#### Returns
`Promise`<`void`\>