Ronalds Vilciņš

Disable Jekyll's default syntax highlighter Rouge



By default Jekyll have Rouge syntax highlighter. In some cases, you may want to disable it. To get Rouge disabled in Jekyll, just do the following.

highlighter: none
markdown: kramdown
kramdown:
   syntax_highlighter_opts:
      disable : true

Enjoyed this post? Please grab the RSS feed. If you like something I've made, written, or shared, please consider buy me a coffee to help support my work.