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: UPGRADING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ HTMLPipeline.new(
29
29
text_filters: [], # array of instantiated (`.new`ed) `HTMLPipeline::TextFilter`
30
30
convert_filter:, # a filter that runs to turn text into HTML
31
31
sanitization_config: {}, # an allowlist of elements/attributes/protocols to keep
32
-
node_filters:[]) # array of instantiated (`.new`ed) `HTMLPipeline::NodeFilter`
32
+
node_filters:[]) # array of instantiated (`.new`ed) `HTMLPipeline::NodeFilter`
33
33
```
34
34
35
35
Please refer to the README for more information on constructing filters. In most cases, the underlying filter needs only a few changes, primarily to make use of [Selma](https://www.github.com/gjtorikian/selma) rather than Nokogiri.
0 commit comments