mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 04:17:52 +00:00
updated
This commit is contained in:
parent
4976b6e9be
commit
205574de3a
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="break-all">
|
||||
<div v-html="renderedMarkdown" class=""></div>
|
||||
<div v-html="renderedMarkdown" class="markdown-content"></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -82,6 +82,7 @@ const markdownIt = new MarkdownIt('commonmark', {
|
||||
'</div>';
|
||||
return codeString;
|
||||
},
|
||||
bulletListMarker: '•',
|
||||
}).use(emoji).use(attrs); // Add attrs plugin for adding attributes to elements
|
||||
|
||||
markdownIt.renderer.rules.link_open = (tokens, idx, options, env, self) => {
|
||||
|
Loading…
Reference in New Issue
Block a user