forked from abner/for-legacy-web
chore(markdown): disable linkify
parent
112a6f5497
commit
7e7f9d0f23
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue