From 40397b590563777c26515476d3c5c05bc2987278 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 16 Apr 2020 22:26:00 -0700 Subject: Shared: renderTags': use self-closing tag for col element. Closes #6295. --- src/Text/Pandoc/Shared.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Text/Pandoc/Shared.hs') diff --git a/src/Text/Pandoc/Shared.hs b/src/Text/Pandoc/Shared.hs index 972a14cd7..8bd10e564 100644 --- a/src/Text/Pandoc/Shared.hs +++ b/src/Text/Pandoc/Shared.hs @@ -836,7 +836,7 @@ filterIpynbOutput mode = walk go renderTags' :: [Tag T.Text] -> T.Text renderTags' = renderTagsOptions renderOptions{ optMinimize = matchTags ["hr", "br", "img", - "meta", "link"] + "meta", "link", "col"] , optRawTag = matchTags ["script", "style"] } where matchTags tags = flip elem tags . T.toLower -- cgit v1.2.3