UNPKG

ts-markdown-parser

Version:

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

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