mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-05 23:25:44 -05:00
chore(markdown): disable linkify
This commit is contained in:
parent
112a6f5497
commit
7e7f9d0f23
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue