UNPKG

@mantine/code-highlight

Version:

Code highlight with Mantine theme

9 lines (6 loc) 227 B
'use strict'; const plainTextAdapter = { getHighlighter: () => ({ code }) => ({ highlightedCode: code, isHighlighted: false }) }; exports.plainTextAdapter = plainTextAdapter; //# sourceMappingURL=plain-text-adapter.cjs.map