# File lib/yard/templates/helpers/html_helper.rb, line 99 def html_markup_none(text) h(text).gsub(/(?:\r?\n){2}/, '<br/>') end