Disabled mangling of email addresses in markdown autolinks (#5192)
Этот коммит содержится в:
коммит произвёл
enahum
родитель
78ca999692
Коммит
57d9d0ad1e
@@ -252,7 +252,8 @@ export function format(text, options = {}) {
|
||||
renderer: new MattermostMarkdownRenderer(null, options),
|
||||
sanitize: true,
|
||||
gfm: true,
|
||||
tables: true
|
||||
tables: true,
|
||||
mangle: false
|
||||
};
|
||||
|
||||
return marked(text, markdownOptions);
|
||||
|
||||
Ссылка в новой задаче
Block a user