UNPKG

@mantine/code-highlight

Version:

Code highlight with Mantine theme

9 lines (8 loc) 308 B
//#region packages/@mantine/code-highlight/src/CodeHighlightProvider/adapters/plain-text-adapter.ts const plainTextAdapter = { getHighlighter: () => ({ code }) => ({ highlightedCode: code, isHighlighted: false }) }; //#endregion export { plainTextAdapter }; //# sourceMappingURL=plain-text-adapter.mjs.map