Skip to content

Commit

Permalink
fixup! feat: A CSV file as image source is interpreted as a pie chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Omikhleia authored and Didier Willis committed Feb 14, 2024
1 parent 2be6ced commit 8d7efbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/markdown/commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d7efbb

Please sign in to comment.