From c73ebb8a0331f52f37a758854a40883be20fd031 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 24 Oct 2022 14:34:40 -0700 Subject: ODT writer: Revise commit 9496ce818bfc22cb8e823a04de8f5791fd84c8dd so it doesn't change image links. (These should have already been adjusted.) See #3524. --- src/Text/Pandoc/Writers/ODT.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/Text/Pandoc/Writers/ODT.hs b/src/Text/Pandoc/Writers/ODT.hs index 064d48672..e3f839dd5 100644 --- a/src/Text/Pandoc/Writers/ODT.hs +++ b/src/Text/Pandoc/Writers/ODT.hs @@ -74,8 +74,6 @@ fixInternalLinks = walk go where go (Link attr ils (src,tit)) = Link attr ils (fixRel src,tit) - go (Image attr ils (src,tit)) = - Image attr ils (fixRel src,tit) go x = x fixRel uri = case parseRelativeReference (T.unpack uri) of -- cgit v1.2.3