mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-30 18:58:45 +08:00
Properly copy content with math (#1225)
This commit is contained in:
parent
b18a93af93
commit
8ab4d195d9
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ import rehypeParse from "rehype-parse";
|
|||
import rehypeSanitize, { defaultSchema } from "rehype-sanitize";
|
||||
import rehypeStringify from "rehype-stringify";
|
||||
|
||||
import "katex/contrib/copy-tex";
|
||||
|
||||
import { visit } from "unist-util-visit";
|
||||
import { toText } from "hast-util-to-text";
|
||||
import { removePosition } from "unist-util-remove-position";
|
||||
|
|
Loading…
Reference in a new issue