mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-08-26 23:21:19 +02:00
code cleanup
This commit is contained in:
@@ -82,7 +82,7 @@ const THEMES = ['light', 'dark', 'cupcake', 'bumblebee', 'emerald', 'corporate',
|
||||
// markdown support
|
||||
const VueMarkdown = defineComponent(
|
||||
(props) => {
|
||||
const md = shallowRef(new MarkdownIt({ breaks: true}))
|
||||
const md = shallowRef(new MarkdownIt({ breaks: true }));
|
||||
md.value.use(HighlightJS,{hljs})
|
||||
md.value.use(markdownItKatexGpt)
|
||||
const origFenchRenderer = md.value.renderer.rules.fence;
|
||||
|
||||
Reference in New Issue
Block a user