Interface: SectionRenderer¶
Defined in: core/src/types/convention.ts:23
Section rendering configuration.
Properties¶
end?¶
optionalend:string
Defined in: core/src/types/convention.ts:40
Template for section end (optional, for paired tags). Variables: {{name}}
Examples¶
indent?¶
optionalindent:string
Defined in: core/src/types/convention.ts:52
Indentation per level.
Default¶
nameTransform?¶
optionalnameTransform:"kebab-case"|"camelCase"|"PascalCase"|"none"
Defined in: core/src/types/convention.ts:46
Whether to convert section names.
Default¶
start¶
start:
string
Defined in: core/src/types/convention.ts:31
Template for section start. Variables: {{name}}, {{level}}, {{content}}