UNPKG

ts-markdown-parser

Version:

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

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