Specify CSS class for syntax highlighting to avoide doubly add 'highlight'

This commit is contained in:
Kitaiti Makoto 2021-08-17 03:05:44 +09:00
parent c53cbcfc72
commit 651091c87a

View file

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