Specify CSS class for syntax highlighting to avoide doubly add 'highlight'
This commit is contained in:
parent
c53cbcfc72
commit
651091c87a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ set :relative_links, true
|
|||
set :markdown_engine, :redcarpet
|
||||
set :markdown, :fenced_code_blocks => true, :smartypants => true, :with_toc_data => true
|
||||
|
||||
activate :syntax
|
||||
activate :syntax, css_class: "pygments"
|
||||
|
||||
activate :directory_indexes
|
||||
|
||||
|
|
Loading…
Reference in a new issue