module Jekyll::Convertible

def transform

Returns the transformed contents.

Transform the contents based on the content type.
def transform
  renderer.convert(content)
end