This version adds two experimental new features:
- Parsing of Jekyll-style frontmatter. Unfortunately, more refactoring is needed before you can effectively use Jekyll-style frontmatter in Dactyl pages, but for the time being, Dactyl at least strips out the frontmatter before parsing the Markdown document.
- OpenAPI spec parsing. You can provide an [OpenAPI v3.0 specification](https://github.com/OAI/OpenAPI-Specification) and Dactyl will generate documentation directly from the spec. For more information, see the updated README.