# File lib/jekyll/convertible.rb, line 45
    def transform
      self.content = converter.convert(self.content)
    end