From 8d7efbbf5d76fb1c5848a558a1dddf2eccf1ec85 Mon Sep 17 00:00:00 2001 From: Omikhleia Date: Wed, 14 Feb 2024 03:54:20 +0100 Subject: [PATCH] fixup! feat: A CSV file as image source is interpreted as a pie chart --- packages/markdown/commands.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/markdown/commands.lua b/packages/markdown/commands.lua index 96b68e7..69d196f 100644 --- a/packages/markdown/commands.lua +++ b/packages/markdown/commands.lua @@ -453,7 +453,6 @@ Please consider using a resilient-compatible class!]]) options.format = "dot" SILE.call("embed", options) elseif ext == "csv" then - -- Needs warning if piecharts package is not loaded if not (self.hasPackageSupport.piecharts or self.hasPackageSupport.piechart) then -- HACK Some early versions of piecharts have the wrong internal name SU.error("No piecharts package available to render CSV data ".. uri) end