We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f803d30 commit c68101aCopy full SHA for c68101a
docs/maintainers.md
@@ -126,7 +126,6 @@ The following people (used to) maintain DevDocs:
126
- [Jed Fox](https://github.com/j-f1)
127
- [Mrugesh Mohapatra](https://github.com/raisedadead)
128
- [Oliver Eyton-Williams](https://github.com/ojeytonwilliams)
129
-- [Paul Sernatinger](https://github.com/oscillot)
130
- [Simon Legner](https://github.com/simon04)
131
- [Thibaut Courouble](https://github.com/thibaut)
132
lib/docs/filters/core/images.rb
@@ -1,5 +1,6 @@
1
# frozen_string_literal: true
2
3
+require 'base64'
4
require 'image_optim'
5
6
module Docs
0 commit comments