mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Fix tables again
This commit is contained in:
parent
cb7421e63b
commit
bf98124031
1
Gemfile
1
Gemfile
@ -24,7 +24,6 @@ group :jekyll_plugins do
|
||||
gem 'octopress-codefence'
|
||||
gem 'octopress-filters'
|
||||
gem 'octopress-include-tag'
|
||||
# gem 'octopress-solarized'
|
||||
end
|
||||
|
||||
gem 'sinatra', '~> 1.4.2'
|
||||
|
@ -33,6 +33,10 @@ plugins_dir: plugins
|
||||
code_dir: downloads/code
|
||||
category_dir: blog/categories
|
||||
markdown: redcarpet
|
||||
|
||||
redcarpet:
|
||||
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
|
||||
|
||||
highlighter: pygments
|
||||
|
||||
gems:
|
||||
|
Loading…
x
Reference in New Issue
Block a user