UNPKG

@scalar/code-highlight

Version:

Central methods and themes for code highlighting in Scalar projects

13 lines (12 loc) 398 B
import { rehypeHighlight } from "./rehype-highlight/index.js"; import { lowlightLanguageMappings } from "./constants.js"; import { htmlFromMarkdown } from "./markdown/index.js"; import { syntaxHighlight } from "./code/index.js"; export * from "./languages/index.js"; export { htmlFromMarkdown, lowlightLanguageMappings, rehypeHighlight, syntaxHighlight }; //# sourceMappingURL=index.js.map