mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +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-codefence'
|
||||||
gem 'octopress-filters'
|
gem 'octopress-filters'
|
||||||
gem 'octopress-include-tag'
|
gem 'octopress-include-tag'
|
||||||
# gem 'octopress-solarized'
|
|
||||||
end
|
end
|
||||||
|
|
||||||
gem 'sinatra', '~> 1.4.2'
|
gem 'sinatra', '~> 1.4.2'
|
||||||
|
@ -33,6 +33,10 @@ plugins_dir: plugins
|
|||||||
code_dir: downloads/code
|
code_dir: downloads/code
|
||||||
category_dir: blog/categories
|
category_dir: blog/categories
|
||||||
markdown: redcarpet
|
markdown: redcarpet
|
||||||
|
|
||||||
|
redcarpet:
|
||||||
|
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
|
||||||
|
|
||||||
highlighter: pygments
|
highlighter: pygments
|
||||||
|
|
||||||
gems:
|
gems:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user