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

9 lines 372 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const modulePrefix = 'AutoScroll'; const AutoScroll = (props) => { return (0, jsx_runtime_1.jsx)("div", { className: "ds-markdown_auto_scroll", children: props.children }); }; exports.default = AutoScroll; //# sourceMappingURL=index.js.map