We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c55940 commit baaf509Copy full SHA for baaf509
_config.yml
@@ -56,10 +56,10 @@ kramdown:
56
# Use GitHub flavored markdown, including triple backtick fenced code blocks
57
input: GFM
58
# Jekyll 3 and GitHub Pages now only support rouge for syntax highlighting
59
- # syntax_highlighter: rouge
60
- # syntax_highlighter_opts:
61
- # # Use existing pygments syntax highlighting css
62
- # css_class: 'highlight'
+ syntax_highlighter: rouge
+ syntax_highlighter_opts:
+ # Use existing pygments syntax highlighting css
+ css_class: 'highlight'
63
64
# Set the Sass partials directory, as we're using @imports
65
sass:
_sass/_highlights.scss
@@ -1,5 +1,5 @@
1
2
-.highlight {
+pre.highlight {
3
background-color: #efefef;
4
padding: 7px 7px 7px 10px;
5
border: 1px solid #ddd;
0 commit comments