function popContext(state) {
    state.indent = state.context.indent;
    state.context = state.context.prev;
  }