Skip to content

Commit 75e8d05

Browse files
committed
Update README.md [ci skip]
- remove outdated anchor link - link to rouge docs for CSS
1 parent a84d7fa commit 75e8d05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Prints:
8282
</code></pre>
8383
```
8484

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`.
8686

8787
Some filters take an optional **context** and/or **result** hash. These are
8888
used to pass around arguments and metadata between filters in a pipeline. For
@@ -163,7 +163,7 @@ EmojiPipeline = Pipeline.new [
163163
* `MarkdownFilter` - convert markdown to html
164164
* `PlainTextInputFilter` - html escape text and wrap the result in a div
165165
* `SanitizationFilter` - whitelist sanitize user markup
166-
* `SyntaxHighlightFilter` - [code syntax highlighter](#syntax-highlighting)
166+
* `SyntaxHighlightFilter` - code syntax highlighter
167167
* `TextileFilter` - convert textile to html
168168
* `TableOfContentsFilter` - anchor headings with name attributes and generate Table of Contents html unordered list linking headings
169169

0 commit comments

Comments
 (0)