/** * IMPORTANT: this method is a workaround, not a proper fix. It should not be extended unless absolutely necessary. * Modifying markdown content in this way can have unexpected side effects and is not transparent to the user. */ export declare function sanitizeMalformedMdContent(content: string): string; //# sourceMappingURL=sanitize-malformed-md-content.d.ts.map