UNPKG

@mantine/code-highlight

Version:

Code highlight with Mantine theme

7 lines (5 loc) 196 B
const plainTextAdapter = { getHighlighter: () => ({ code }) => ({ highlightedCode: code, isHighlighted: false }) }; export { plainTextAdapter }; //# sourceMappingURL=plain-text-adapter.mjs.map