Re-enabled Markdown tables
Этот коммит содержится в:
@@ -193,7 +193,8 @@ export function format(text, options) {
|
||||
const markdownOptions = {
|
||||
renderer: new MattermostMarkdownRenderer(null, options),
|
||||
sanitize: true,
|
||||
gfm: true
|
||||
gfm: true,
|
||||
tables: true
|
||||
};
|
||||
|
||||
const tokens = marked.lexer(text, markdownOptions);
|
||||
|
||||
Ссылка в новой задаче
Block a user