1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Enable table

This commit is contained in:
Prem Sichanugrist 2012-09-01 21:37:50 -04:00 committed by Prem Sichanugrist
parent 21a0b20e39
commit ed62b1bf0b

View file

@ -34,7 +34,8 @@ module RailsGuides
fenced_code_blocks: true,
autolink: true,
strikethrough: true,
superscript: true
superscript: true,
tables: true
})
end