interface MdxV1FormatSettings {
    contentSegmentation?: boolean;
    excludeCodeBlocks?: boolean;
    excludedFrontMatterElements?: string[];
    exportPattern?: string;
    srxStorageId?: number;
    type?: "mdx_v1" | "mdx_v2";
}

Hierarchy (view full)

Properties

contentSegmentation?: boolean
excludeCodeBlocks?: boolean
excludedFrontMatterElements?: string[]
exportPattern?: string
srxStorageId?: number
type?: "mdx_v1" | "mdx_v2"