class RuboCop::Markdown::Preprocess

def initialize(file)

def initialize(file)
  @config = Markdown.config_store.for(file)
end