Skip to content

Commit

Permalink
Fix README.md rendering.
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanitoFatas committed Feb 8, 2015
1 parent 9f58939 commit 1cdd32e
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,20 @@ Or install it yourself as:

## Usage

```ruby
pipeline = HTML::Pipeline.new [
HTML::Pipeline::MarkdownFilter,
HTML::Pipeline::RougeFilter
]

result = pipeline.call <<-CODE
```ruby
def foo
puts "foo"
end
```
CODE

result[:output].to_s
```
pipeline = HTML::Pipeline.new [
HTML::Pipeline::MarkdownFilter,
HTML::Pipeline::RougeFilter
]

result = pipeline.call <<-CODE
```ruby
def foo
puts "foo"
end
```
CODE

result[:output].to_s

Prints

Expand Down

0 comments on commit 1cdd32e

Please sign in to comment.