v0.10.0
·
567 commits
to develop
since this release
🚀 Features
- Added support for processing setext headers
- Update Dependencies | Kotlin 1.9.21 | markdown 0.6.0
- PR: #92
- Improve
BulletHandler
| Support unconventional ordered lists- PR: #95
🐛 Fixes
- Fix Ordered List numbers not being color correct in dark mode
- PR: #88
- Thanks for the fix @CarlosEsco
- Handle labeled links correctly when they are in the same markdown text block
- PR: #90
- Thanks for the fix @CarlosEsco
- Fix missing publication for ios64 & iosArm64
- PR: #93
- Thanks for the report @Ovaltinezz
- Protect against crash due to illegal link opening
- PR: #94