Printer
Renders parsed documentation models as Markdown.
Printers
Formats generated Markdown with the docgen Prettier settings.
Signature
declare function prettify(s: string): Effect<string, never, never>printFrontMatter
Added in v0.6.0
Source
Renders the front matter for a generated module page.
Signature
declare function printFrontMatter(module: Module, nav_order: number): stringprintModule
Added in v0.6.0
Source
Renders a parsed module as a Markdown documentation page.
Signature
declare function printModule(module: Module): Effect<string, never, Configuration>