mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-04-30 04:45:02 +08:00
Add :no_intra_emphasis to redcarpet settings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user