Skip to content

Commit

Permalink
Merge ed3b4ec into 460677e
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Apr 11, 2023
2 parents 460677e + ed3b4ec commit bf30222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/pullquote/init.lua
Expand Up @@ -45,6 +45,7 @@ function package:registerCommands ()
end, "The font from which to pull the quotation marks.")

self:registerCommand("pullquote", function (options, content)
SILE.typesetter:leaveHmode()
local author = options.author or nil
local scale = options.scale or 3
local color = options.color or "#999999"
Expand Down

0 comments on commit bf30222

Please sign in to comment.