class GitHub::Markup::GemImplementation

def render(filename, content, options: {})

def render(filename, content, options: {})
  load
  renderer.call(filename, content, options: options)
end