mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 17:07:13 +00:00
turn off HTML for renderer
This commit is contained in:
parent
47b7df4fc3
commit
c2277906ad
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ import { staticHljs as hljs } from "./hljs";
|
|||
import { v4 } from "uuid";
|
||||
|
||||
const markdown = markdownIt({
|
||||
html: true,
|
||||
html: false,
|
||||
typographer: true,
|
||||
highlight: function (code, lang) {
|
||||
const uuid = v4();
|
||||
|
|
|
@ -5,7 +5,7 @@ import "highlight.js/styles/github-dark-dimmed.min.css";
|
|||
import { v4 } from "uuid";
|
||||
|
||||
const markdown = markdownIt({
|
||||
html: true,
|
||||
html: false,
|
||||
typographer: true,
|
||||
highlight: function (code, lang) {
|
||||
const uuid = v4();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue