Skip to content

Commit 0884dcc

Browse files
committed
Updated Scraper Reference (markdown)
1 parent 91ef8e7 commit 0884dcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Scraper-Reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ HTML filters are executed first and manipulate a parsed version of the document
8484

8585
Filter stacks are like sorted sets. They can modified using the following methods:
8686

87-
```
87+
```ruby
8888
push(*names) # append one or more filters at the end
8989
insert_before(index, *names) # insert one filter before another (index can be a name)
9090
insert_after(index, *names) # insert one filter after another (index can be a name)

0 commit comments

Comments
 (0)