You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ Prints:
82
82
</code></pre>
83
83
```
84
84
85
-
To generate CSS for HTML formatted code, use the [pygments.rb](https://github.com/tmm1/pygments.rb#usage)`#css` method. `pygments.rb` is a dependency of the `SyntaxHighlightFilter`.
85
+
To generate CSS for HTML formatted code, use the [Rouge CSS Theme](https://github.com/jneen/rouge#css-theme-options)`#css` method. `rouge` is a dependency of the `SyntaxHighlightFilter`.
86
86
87
87
Some filters take an optional **context** and/or **result** hash. These are
88
88
used to pass around arguments and metadata between filters in a pipeline. For
0 commit comments