Description
Text property of a summary when containing link of the following way does not get transformed by typedoc to text format:
Steps to reproduce
- Generate typedoc for the main components.
- Search
totalItems property for the GridLite
Result
The following description gets generated for the totalItems property of the GridLite:
This results in the api-docs to render the following way:
Expected result
For the text property of the summary should be resolved to a plain text.
Attachments
Attach a sample if available, and screenshots, if applicable.
Description
Text property of a summary when containing link of the following way does not get transformed by typedoc to text format:
Steps to reproduce
totalItemsproperty for the GridLiteResult
The following description gets generated for the
totalItemsproperty of the GridLite:This results in the
api-docsto render the following way:Expected result
For the
textproperty of the summary should be resolved to a plain text.Attachments
Attach a sample if available, and screenshots, if applicable.