emit
Summary
Converts a TSDoc node tree to markdown textSignature
Parameters
stringBuilder
Type:StringBuilder
Output buffer to write markdown to
docNode
Type:DocNode
Root TSDoc node to emit
options
Type:IMarkdownEmitterOptions
Emission configuration options
Returns
Type:string
Converts a TSDoc node tree to markdown text

