chore(markdown): disable linkify

pull/1049/head
Paul 2021-11-04 14:35:41 +00:00
parent 2bb33d3ff4
commit fd3c7630a1
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ if (typeof window !== "undefined") {
export const md: MarkdownIt = MarkdownIt({
breaks: true,
linkify: true,
highlight: (str, lang) => {
const v = Prism.languages[lang];
if (v) {