# File lib/github/markup/gem_implementation.rb, line 20
      def render(filename, content, options: {})
        load
        renderer.call(filename, content, options: options)
      end