class Jekyll::Commands::Serve::SkipAnalyzer

def inline?

def inline?
  @response["Content-Disposition"].to_s.start_with?("inline")
end