diff --git a/config.rb b/config.rb index 96b6f87..5943e70 100644 --- a/config.rb +++ b/config.rb @@ -50,7 +50,7 @@ set :images_dir, 'images' set :markdown_engine, :redcarpet -set :markdown, :fenced_code_blocks => true, :smartypants => true, :disable_indented_code_blocks => true, :prettify => true, :tables => true, :with_toc_data => true +set :markdown, :fenced_code_blocks => true, :smartypants => true, :disable_indented_code_blocks => true, :prettify => true, :tables => true, :with_toc_data => true, :no_intra_emphasis => true # Activate the syntax highlighter activate :syntax