react-scitext
Version:
React component for rendering scientific text with Markdown, LaTeX, and SMILES support
6 lines • 426 B
TypeScript
export declare function processTextWithSmallVariables(text: string): JSX.Element[];
export declare function renderHeading(text: string, level: number): JSX.Element;
export declare function processMixedContent(text: string): JSX.Element[];
export declare function validateMarkdownContent(content: string): boolean;
export declare function sanitizeMarkdownContent(content: string): string;
//# sourceMappingURL=markdown.d.ts.map