Interface: FormatOptions¶
Defined in: compiler/src/types.ts:25
Options for formatting.
Properties¶
convention?¶
optionalconvention:string|OutputConvention
Defined in: compiler/src/types.ts:27
Output convention to use
outputPath?¶
optionaloutputPath:string
Defined in: compiler/src/types.ts:29
Custom output path
prettier?¶
optionalprettier:PrettierMarkdownOptions
Defined in: compiler/src/types.ts:39
Prettier formatting options for markdown output.
version?¶
optionalversion:string
Defined in: compiler/src/types.ts:35
Target version or format variant. Use 'legacy' for deprecated formats.