@mantine/code-highlight
Version:
Code highlight with Mantine theme
9 lines (8 loc) • 324 B
JavaScript
//#region packages/@mantine/code-highlight/src/CodeHighlightProvider/adapters/plain-text-adapter.ts
const plainTextAdapter = { getHighlighter: () => ({ code }) => ({
highlightedCode: code,
isHighlighted: false
}) };
//#endregion
exports.plainTextAdapter = plainTextAdapter;
//# sourceMappingURL=plain-text-adapter.cjs.map