- Switch to Remarkable Markdown parser, which is faster and supports the new CommonMark specification. GFM is supported.
- Fix live reload no longer working with some configurations (#74)
- Watch all included files for live reloading.
- New logo
- Add support for [including files] (https://github.com/danielgtaylor/aglio#including-files)
- Update dependencies (chokidar)
- Update dependencies (chokidar, marked, protagonist, stylus)
- Fixes rendering description when headers are not present (#66)
- Fixes minor typo (#67)
- Fixes template js bug related to live reloading. (179ea7e)