From 83fe1edc7e43b6f741fd62438ef111e291f23dd6 Mon Sep 17 00:00:00 2001 From: hmhealey Date: Tue, 3 Nov 2015 13:16:28 -0500 Subject: Re-enabled Markdown tables --- web/react/utils/markdown.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/react/utils/markdown.jsx b/web/react/utils/markdown.jsx index 179416ea0..0dcf970ff 100644 --- a/web/react/utils/markdown.jsx +++ b/web/react/utils/markdown.jsx @@ -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); -- cgit v1.2.3-1-g7c22