Skip to content

Commit

Permalink
fix(packages): Load required packges for default back cover function
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Feb 28, 2023
1 parent 1eb3598 commit 573dfc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/covers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ package._name = "covers"

local color = "#FFFFFF"

function package:_init ()
base._init(self)
self:loadPackage("markdown")
end

function package:registerCommands ()

self:registerCommand("frontcover", function (_, _)
Expand Down

0 comments on commit 573dfc2

Please sign in to comment.