Skip to content

Commit

Permalink
feat: Make djot package first-class in resilient.book class
Browse files Browse the repository at this point in the history
We already load markdown automatically as a class dependency,
and there is not reason now not to have djot at the same level.
  • Loading branch information
Omikhleia authored and Didier Willis committed Jul 24, 2023
1 parent 05594b6 commit 8aaef48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/resilient/book.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ function class:_init (options)
self:loadPackage("struts")
self:loadPackage("resilient.headers")
self:loadPackage("markdown")
self:loadPackage("djot")

-- Override document.parindent default to this author's taste
SILE.settings:set("document.parindent", "1.25em")
Expand Down

0 comments on commit 8aaef48

Please sign in to comment.