From 4e29d6d379436b43f5eb2e9fee695b5f397e34f2 Mon Sep 17 00:00:00 2001 From: Link Swanson Date: Sat, 1 Oct 2022 12:30:07 -0500 Subject: Remove unsupported element from pptx reference doc (#8342) The default template contained text above the header, which can mislead users into thinking there is a way to put text there using pandoc See #6338. --- data/pptx/ppt/slides/slide3.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/pptx/ppt/slides/slide3.xml b/data/pptx/ppt/slides/slide3.xml index f9ce81d90..6f6f0eca6 100644 --- a/data/pptx/ppt/slides/slide3.xml +++ b/data/pptx/ppt/slides/slide3.xml @@ -1,2 +1,2 @@ -Section headerSome explanatory text \ No newline at end of file +Section header \ No newline at end of file -- cgit v1.2.3