casile 0.13.2

The command line interface to the CaSILE toolkit, a book publishing workflow employing SILE and other wizardry
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
local yaml = require("yaml")

yaml.configure({
   load_nulls_as_nil = true,
   load_numeric_scalars = false,
})

return {
   load = function (filename)
      return yaml.loadpath(filename)
   end,
}