forked from abner/for-legacy-web
chore(markdown): disable linkify
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user