4.3.2 - chore(deps): update dependencies - Do not strip leading or trailing newlines. Doing so had interferred with users' intended cheatsheet layouts. (#663 ) - Move `Frontmatter.Parse` to `Sheet.parse`, and delete the `frontmatter` package. `Sheet.parse` more accurately describes the parser's behavior. - Update `INSTALLING.md` with more package information. (#677) - Fix an issue whereby `make clean` filed to remove assets created by `make generate`. - Fix a subsequent issue whereby `make generate` was being run too late in the `make build` target, which resulted in a build failure. - Improve the configuration documentation in `configs/conf.yml` (#656). - Resolve an issue whereby cheatsheets contained within `git` submodules were ignored due to a regression introduced in `4.3.1`. (#694 ) - chore: bump version to `4.3.2`