# File lib/kramdown/parser/kramdown/line_break.rb, line 30
      def parse_line_break
        @src.pos += @src.matched_size
        @tree.children << Element.new(:br)
      end