Add anchors to headings
This commit is contained in:
parent
d74634720c
commit
d62ab0bcb4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# https://middlemanapp.com/advanced/configuration/#configuring-extensions
|
# https://middlemanapp.com/advanced/configuration/#configuring-extensions
|
||||||
|
|
||||||
set :markdown_engine, :redcarpet
|
set :markdown_engine, :redcarpet
|
||||||
set :markdown, :fenced_code_blocks => true, :smartypants => true
|
set :markdown, :fenced_code_blocks => true, :smartypants => true, :with_toc_data => true
|
||||||
|
|
||||||
activate :syntax
|
activate :syntax
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue