Skip to content
Snippets Groups Projects
Commit c2277906 authored by timothycarambat's avatar timothycarambat
Browse files

turn off HTML for renderer

parent 47b7df4f
Branches
Tags
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment