SectionCache
โบ type
SectionCache.type property
The type string generated by the parser. Typing is non-exhaustive, more types can be available than are documented here.
Signature:
type: 'blockquote' | 'callout' | 'code' | 'element' | 'footnoteDefinition' | 'heading' | 'html' | 'list' | 'paragraph' | 'table' | 'text' | 'thematicBreak' | 'yaml' | string;