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