current_text.Used when visiting inline production with emit_text_until.
# Currently processed position in `current_text`.
# Used when visiting inline production with `emit_text_until`.
private var current_pos: Int = -1
lib/markdown/markdown.nit:553,2--555,34