interface HtmlFrontMatterFileImportOptions {
    contentSegmentation?: boolean;
    excludedElements?: string[];
    excludedFrontMatterElements?: string[];
    inlineTags?: string[];
    srxStorageId?: number;
}

Hierarchy (view full)

Properties

contentSegmentation?: boolean
excludedElements?: string[]
excludedFrontMatterElements?: string[]
inlineTags?: string[]
srxStorageId?: number