diff --git a/config.rb b/config.rb index 5b0dd82..4b90f8d 100644 --- a/config.rb +++ b/config.rb @@ -49,7 +49,7 @@ set :haml, { escape_attrs: :once } set :markdown_engine, :redcarpet -set :markdown_options, fenced_code_blocks: true, smartypants: true, footnotes: true, tables: true +set :markdown_options, fenced_code_blocks: true, smartypants: true, footnotes: true, tables: true, with_toc_data: true, no_intra_emphasis: true set :markdown, markdown_options activate :syntax, line_numbers: true