# File lib/github/markup.rb, line 50 def render_s(symbol, content) raise ArgumentError, 'Can not render a nil.' if content.nil? if markups.key?(symbol) markups[symbol].render(nil, content) else content end end