UNPKG

react-markdown-code-highlighter

Version:

`react-markdown-code-highlighter` is a flexible [React](https://react.dev) component for rendering Markdown with syntax-highlighted code blocks using [highlight.js](https://highlightjs.org/). It is designed for use in chat systems and AI assistants like C

5 lines 197 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.__DEV__ = void 0; exports.__DEV__ = process.env.NODE_ENV === 'development'; //# sourceMappingURL=constant.js.map