mirror of
https://github.com/danbulant/api_docs
synced 2026-05-26 21:32:11 +00:00
Add :no_intra_emphasis to redcarpet settings
This commit is contained in:
parent
489fb16b94
commit
a250c6dbc2
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ set :images_dir, 'images'
|
||||||
|
|
||||||
set :markdown_engine, :redcarpet
|
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 the syntax highlighter
|
||||||
activate :syntax
|
activate :syntax
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue