# File lib/kramdown/parser/kramdown/eob.rb, line 30 def parse_eob_marker @src.pos += @src.matched_size @tree.children << new_block_el(:eob) true end