CHANGELOG.md
# Changelog
## [v0.3.1](https://github.com/pnezis/fancy_fences/tree/v0.3.1) (2024-04-07)
### Added
- Add `multi_inspect` processor
## [v0.3.0](https://github.com/pnezis/fancy_fences/tree/v0.3.0) (2023-10-02)
### Added
- Add some default fence processors under `FancyFences.Processors`
- Update documentation
### Fixed
- Apply fence processors recursively under any HTML AST element.
## [v0.2.0](https://github.com/pnezis/fancy_fences/tree/v0.2.0) (2023-08-09)
### Added
- Support fancy fences in blockquotes
### Fixed
## [v0.1.0](https://github.com/pnezis/fancy_fences/tree/v0.1.0) (2023-06-20)
Initial release.