export interface MarkdownDomSelector {
    selector: string;
    parseHtml?: boolean;
}
