From b0fec9d2960dcf78e1899e192a9ae5c68e165643 Mon Sep 17 00:00:00 2001 From: Colin Dean Date: Sat, 2 May 2026 14:22:07 -0400 Subject: [PATCH 1/3] Use pandoc/extra 3.9.x --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3902461..8f8998f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # # STAGE 1: extra variant # -FROM pandoc/extra:3.7-ubuntu AS extra +FROM pandoc/extra:3.9-ubuntu AS extra # Set the env variables to non-interactive ENV DEBIAN_FRONTEND noninteractive From 1143246ae857b43586f511cd0594d7ed6c7bd72d Mon Sep 17 00:00:00 2001 From: Colin Dean Date: Sat, 2 May 2026 14:39:02 -0400 Subject: [PATCH 2/3] Fix expected table reference syntax in crossref.md Newer pandoc-crossref/pandoc changed this behavior, apparently? --- tests/expected/pandoc-crossref/crossref.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/expected/pandoc-crossref/crossref.md b/tests/expected/pandoc-crossref/crossref.md index f346c77..304a5cb 100644 --- a/tests/expected/pandoc-crossref/crossref.md +++ b/tests/expected/pandoc-crossref/crossref.md @@ -2,12 +2,12 @@ ## Table test {#sec:table} -::: {#tbl:tabletable} +::: Table Table ------- ------- Table Table - : Table 1: A table of tables + : Table 1: A table of tables {#tbl:tabletable} ::: ## Equation test {#sec:equation} From 4bf0c19cca1bd38826a0c5dd59e7e41946226e40 Mon Sep 17 00:00:00 2001 From: Colin Dean Date: Sat, 2 May 2026 14:48:41 -0400 Subject: [PATCH 3/3] Fix formatting of table in crossref.md --- tests/expected/pandoc-crossref/crossref.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/tests/expected/pandoc-crossref/crossref.md b/tests/expected/pandoc-crossref/crossref.md index 304a5cb..107545b 100644 --- a/tests/expected/pandoc-crossref/crossref.md +++ b/tests/expected/pandoc-crossref/crossref.md @@ -2,13 +2,11 @@ ## Table test {#sec:table} -::: - Table Table - ------- ------- - Table Table +Table Table +------- ------- +Table Table - : Table 1: A table of tables {#tbl:tabletable} -::: +: Table 1: A table of tables {#tbl:tabletable} ## Equation test {#sec:equation}