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