class Jekyll::Converters::Identity
def convert(content)
def convert(content) content end
def matches(_ext)
def matches(_ext) true end
def output_ext(ext)
def output_ext(ext) ext end
def convert(content) content end
def matches(_ext) true end
def output_ext(ext) ext end