94 95 96
# File 'lib/banana_docs/helpers.rb', line 94 def code(&block) content_tag(:code, yield.html_safe).html_safe end