From 05ba8a0ffaa954fa36e4bedf5196c8f137a328c2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 17 Dec 2024 12:10:40 -0800 Subject: Docx writer: use styleIds not styleNames for Title, Subtitle, etc. This change affects the default openxml template as well as the OpenXML writer. Closes #10282 (regression introduced in pandoc 3.5). --- data/templates/default.openxml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'data/templates/default.openxml') diff --git a/data/templates/default.openxml b/data/templates/default.openxml index 0cfc6e1a2..000609df7 100644 --- a/data/templates/default.openxml +++ b/data/templates/default.openxml @@ -4,7 +4,7 @@ $if(title)$ - + $title$ @@ -12,7 +12,7 @@ $endif$ $if(subtitle)$ - + $subtitle$ @@ -20,7 +20,7 @@ $endif$ $for(author)$ - + $author$ @@ -28,7 +28,7 @@ $endfor$ $if(date)$ - + $date$ @@ -37,7 +37,7 @@ $if(abstract)$ $if(abstract-title)$ - + $abstract-title$ -- cgit v1.2.3