From 74a35b123cad558915f82031056ea1b9bf84a9d3 Mon Sep 17 00:00:00 2001 From: Francesco Occhipinti Date: Fri, 3 Aug 2018 21:13:18 +0200 Subject: RST writer: allow images to be directly nested within links, closes #4810 (#4814) --- src/Text/Pandoc/Writers/RST.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/Text/Pandoc/Writers/RST.hs b/src/Text/Pandoc/Writers/RST.hs index 0c118669b..f355a8f5b 100644 --- a/src/Text/Pandoc/Writers/RST.hs +++ b/src/Text/Pandoc/Writers/RST.hs @@ -473,6 +473,8 @@ flatten outer -- them and they will be readable and parsable (Quoted _ _, _) -> keep f i (_, Quoted _ _) -> keep f i + -- inlineToRST handles this case properly so it's safe to keep + (Link _ _ _, Image _ _ _) -> keep f i -- parent inlines would prevent links from being correctly -- parsed, in this case we prioritise the content over the -- style -- cgit v1.2.3