export interface MarkdownParsedContent {
    [key: string]: string | null;
}
