From 142c392065bf35c9269ca76916cbbd613a734197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89amonn=20McManus?= Date: Thu, 2 Apr 2026 08:21:15 -0700 Subject: [PATCH] Change `NestingCounter` into `NestingStack`. Although most uses will effectively be an expensive counter, with a stack where every element is `Integer.valueOf(1)`, the introduction of Markdown support will mean some uses where that is not the case. For example, the continuing indentation of list items will depend on whether they are HTML lists or Markdown lists, and for Markdown lists it will further depend on the list type. For now, implement the indentation of `