From c478873b71c95c649a99d867e2ab19cc91b5529d Mon Sep 17 00:00:00 2001 From: Holger Just Date: Mon, 7 Dec 2015 21:06:33 +0100 Subject: [PATCH] Better markdown options for everyone --- config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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