render

in lib/github/markup/markdown.rb [41:45]


      def render(content)
        load
        @renderer.call(content)
      end