mathpix-markdown-it 2.0.32 → 2.0.34

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,29 @@
1
+ # February 2026
2
+
3
+ ## [2.0.34] - 7 February 2026
4
+
5
+ - Table/Figure:
6
+ - Fixed renderer hang when a `\begin{table}` or `\begin{figure}` has a malformed closing tag (e.g. `\end{table>`).
7
+ - `BeginTable` no longer consumes content across multiple table/figure environments when the first is unclosed.
8
+
9
+ - Lists (inline):
10
+ - Fixed `latexListEnvInline` silent mode to advance `state.pos`, preventing infinite loops in `skipToken` when `\begin{itemize}` or `\begin{enumerate}` appears in inline content.
11
+
12
+ - Docs:
13
+ - Added implementation details in `pr-specs/2026-02-fix-stuck-render-malformed-table-close.md`.
14
+
1
15
  # January 2026
2
16
 
17
+ ## [2.0.33] - 27 January 2026
18
+
19
+ - Tabular:
20
+ - Fixed rendering of tabular environments following nested tabular placeholders that expand to lists.
21
+ - Block parsing status is now propagated from nested sub-tabulars to parent cells to preserve line breaks.
22
+ - Centralized block detection logic into `detectLocalBlock()`.
23
+
24
+ - Docs:
25
+ - Added implementation details in `pr-specs/2026-01-nested-tabular-text-prefix-with-lists.md`.
26
+
3
27
  ## [2.0.32] - 21 January 2026
4
28
 
5
29
  - Tabular: