class Kramdown::Parser::Kramdown

def parse_eob_marker

Parse the EOB marker at the current location.
def parse_eob_marker
  @src.pos += @src.matched_size
  @tree.children << new_block_el(:eob)
  true
end