Closed
Description
What package is the bug related to?
typedoc-plugin-markdown
Describe the issue
In functions with nested parameters, optional types are not respected.
Based on this type definition, shouldn't parent
be optional in the output?
The issue I am having uses @inline but I don't think this has any effect on this issue.
TypeDoc configuration
No response
Expected behavior
Be able to resolve optional types in a nested scenario.