Add :no_intra_emphasis to redcarpet settings

This commit is contained in:
Robert Lord
2013-10-10 10:16:32 -07:00
parent 489fb16b94
commit a250c6dbc2

View File

@@ -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