Type alias MarkdownRenderResult

MarkdownRenderResult: string | { blockLevel: true; markdown: string }

The result of rendering a markdown entry. Can be a string or a more specific set of markdown content which requires metadata, such as being block-level. The additional metadata tells the markdown generator how to handle assembling this markdown in relation to other entries.

Generated using TypeDoc