File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ import { log, yellow } from "./logging.ts"
88import { splitOnce , trimAll } from "./util.ts"
99
1010// If you need to add more languages, import them here:
11- import "prismjs/components/prism-bash"
12- import "prismjs/components/prism-jsx" // We don't use jsx, but need to import it for tsx to work
13- import "prismjs/components/prism-mermaid"
14- import "prismjs/components/prism-tsx"
15- import "prismjs/components/prism-typescript"
11+ import "prismjs/components/prism-bash.js "
12+ import "prismjs/components/prism-jsx.js " // We don't use jsx, but need to import it for tsx to work
13+ import "prismjs/components/prism-mermaid.js "
14+ import "prismjs/components/prism-tsx.js "
15+ import "prismjs/components/prism-typescript.js "
1616
1717export const Markdown = MarkdownIt ( { html : true , typographer : true } ) . use ( MarkdownItFootnote )
1818
You can’t perform that action at this time.
0 commit comments