# File lib/jekyll/site.rb, line 42
            def markdown(content)
              RDiscount.new(content).to_html
            end