module Rouge::Indentation

def reset!

def reset!
  super
  @block_state = @block_indentation = nil
end