Skip to content

Commit

Permalink
Merge pull request jekyllt#40 from vexingcodes/master
Browse files Browse the repository at this point in the history
Fix Jekyll Rouge syntax highlighting.
  • Loading branch information
biomadeira authored Apr 9, 2018
2 parents 7ae2549 + af6fd02 commit 9413461
Show file tree
Hide file tree
Showing 8 changed files with 102 additions and 3 deletions.
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<!-- Styles'n'Scripts -->
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}assets/built/screen.css" />
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}assets/built/screen.edited.css" />
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}assets/built/syntax.css" />
<!-- highlight.js -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css">
<style>.hljs { background: none; }</style>
Expand Down
2 changes: 1 addition & 1 deletion _posts/2012-09-01-a-full-and-comprehensive-style-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h3 id="code">Code</h3>
{% endhighlight %}


{% highlight javascript %}
{% highlight javascript linenos %}
// javascript code sample
$.ajax({
type: 'POST',
Expand Down
2 changes: 1 addition & 1 deletion assets/built/screen.edited.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/built/screen.edited.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions assets/built/syntax.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9413461

Please sign in to comment.