From a250c6dbc24369b5fd8be80d4a39d35938205a39 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Thu, 10 Oct 2013 10:16:32 -0700 Subject: [PATCH] Add :no_intra_emphasis to redcarpet settings --- config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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