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