What's Changed
Full Changelog: v1.6.0...v1.6.1
CHANGES
- Improved code block detection in CLI explode functionality significantly 🚀
- Enhanced section extraction to properly handle code blocks with headings 📑
- Updated heading level adjustment logic to ignore headings in fenced blocks 🚫
- Added comprehensive test coverage for code block handling edge cases ✅
OTHER IMPROVEMENTS
- Added comprehensive prettier ignore rules for lock files and configs 📜
- Enhanced VS Code settings with formatter and linting configurations 🛠️
- Improved code formatting throughout README with consistent style guidelines 📘
- Bumped development dependencies including ESLint and Prettier to latest versions ⬆️
- Added radix parameter to parseInt calls for better code quality 🔢