mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
chore(markdown): disable linkify
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user