markdown2 :: MdInlineParser :: advance
count
# Advance the current index of `count` characters private fun advance(count: Int) do index += count column += count end