lib/awestruct/handlers/asciidoctor_handler.rb in awestruct-0.5.6.beta8 vs lib/awestruct/handlers/asciidoctor_handler.rb in awestruct-0.5.6.beta9
- old
+ new
@@ -21,10 +21,10 @@
end
false
end
end
- class AsciidoctorHandler < BaseTiltHandler
+ class AsciidoctorHandler < TiltHandler
CHAIN = Awestruct::HandlerChain.new( Awestruct::Handlers::AsciidoctorTiltMatcher.new(),
Awestruct::Handlers::FileHandler,
Awestruct::Handlers::FrontMatterHandler,
Awestruct::Handlers::InterpolationHandler,