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