When the return value is an object with many fields, having the object be printed as a table would be way more readable. I'm not sure exactly what the solution should look like, since if the return value is a not an object it probably doesn't need a table. (and ofc there's only a single return value, so using a table for it is not as obvious as for parameters)
What package is the feature request related to?
typedoc-plugin-markdown
Background
When the return value is an object with many fields, having the object be printed as a table would be way more readable. I'm not sure exactly what the solution should look like, since if the return value is a not an object it probably doesn't need a table. (and ofc there's only a single return value, so using a table for it is not as obvious as for parameters)
Proposed solution
No response