fixed coding style
This commit is contained in:
parent
8f8f3fc61c
commit
661302278e
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ const THEMES = ['light', 'dark', 'cupcake', 'bumblebee', 'emerald', 'corporate',
|
|||
const VueMarkdown = defineComponent(
|
||||
(props) => {
|
||||
const md = shallowRef(new MarkdownIt({ breaks: true }));
|
||||
md.value.use(HighlightJS,{hljs})
|
||||
md.value.use(HighlightJS, { hljs });
|
||||
md.value.use(markdownItKatexGpt)
|
||||
const origFenchRenderer = md.value.renderer.rules.fence;
|
||||
md.value.renderer.rules.fence = (tokens, idx, ...args) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue