Method: Blogit::Configuration#highlight_code_syntax

Defined in:
lib/blogit/configuration.rb

#highlight_code_syntaxObject

Note:
  • At the moment this only works when default_parser is :markdown

Should text within ““‘” or “`” be highlighted as code? Defaults to true



86
# File 'lib/blogit/configuration.rb', line 86

config_accessor(:highlight_code_syntax) { true }