# File lib/maruku/string_utils.rb, line 186
        def force_linebreak?(l)
                l =~ /  $/
        end