Skip to content

Commit

Permalink
add note on multiple dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Jan 26, 2023
1 parent 9441a6e commit f28a9e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,10 @@ For more information on how to write effective `NodeFilter`s, refer to the provi
Since filters can be customized to your heart's content, gem dependencies are _not_ bundled; this project doesn't know which of the default filters you might use, and as such, you must bundle each filter's gem
dependencies yourself.

_Note:_ See the [Gemfile](/Gemfile) `:test` group for any version requirements.
> **Note**
> See the [Gemfile](/Gemfile) `:test` group for any version requirements.
When developing a custom filter, call `HTMLPipeline.require_dependency` at the start to ensure that the local machine has the necessary dependency. You can also use `HTMLPipeline.require_dependencies` to provide a list of dependencies to check.

## Documentation

Expand Down

0 comments on commit f28a9e7

Please sign in to comment.