From ed62b1bf0b6fff53524c168f9615af84dea99537 Mon Sep 17 00:00:00 2001 From: Prem Sichanugrist Date: Sat, 1 Sep 2012 21:37:50 -0400 Subject: [PATCH] Enable table --- guides/rails_guides/markdown.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guides/rails_guides/markdown.rb b/guides/rails_guides/markdown.rb index ddfc33fa65..8a974cdf2c 100644 --- a/guides/rails_guides/markdown.rb +++ b/guides/rails_guides/markdown.rb @@ -34,7 +34,8 @@ def engine fenced_code_blocks: true, autolink: true, strikethrough: true, - superscript: true + superscript: true, + tables: true }) end -- GitLab