chore(markdown): disable linkify

This commit is contained in:
Paul 2021-11-04 14:35:41 +00:00
parent 112a6f5497
commit 7e7f9d0f23

View file

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