class Asciidoctor::Reader

def cursor_at_mark

def cursor_at_mark
  @mark ? Cursor.new(*@mark) : cursor
end