mathpix-markdown-it 2.0.32 → 2.0.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/doc/changelog.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # January 2026
2
2
 
3
+ ## [2.0.33] - 27 January 2026
4
+
5
+ - Tabular:
6
+ - Fixed rendering of tabular environments following nested tabular placeholders that expand to lists.
7
+ - Block parsing status is now propagated from nested sub-tabulars to parent cells to preserve line breaks.
8
+ - Centralized block detection logic into `detectLocalBlock()`.
9
+
10
+ - Docs:
11
+ - Added implementation details in `pr-specs/2026-01-nested-tabular-text-prefix-with-lists.md`.
12
+
3
13
  ## [2.0.32] - 21 January 2026
4
14
 
5
15
  - Tabular: