mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Merge pull request #1286 from hmhealey/plt973
PLT-973 Re-enabled Markdown tables
This commit is contained in:
@@ -208,7 +208,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);
|
||||
|
||||
Reference in New Issue
Block a user