UNPKG

ts-markdown-parser

Version:

TypeScript library that converts markdown to HTML (with code support).

8 lines 287 B
/** * Highlights JSX (React/Next.js) code blocks with syntax highlighting. * * @param {string} code - The JSX code as a string. * @returns {string} - The highlighted HTML string. */ export declare const highlightJSX: (code: string) => string; //# sourceMappingURL=highlight.d.ts.map