in lib/licensee/content_helper.rb [143:151]
def content_without_title_and_version
@content_without_title_and_version ||= begin
@_content = nil
ops = %i[html hrs comments markdown_headings link_markup title version]
ops.each { |op| strip(op) }
_content
end
end