This version includes a fix for the linkify structure for markdowns.
Fixed
- The latest linkify handler fix handling implementation introduced a bug which the citations are not visible as clickable numbered links anymore. This version fixes the problem by updating the validation pattern to accept
[[TEXT]](LINK)
format too.
Problem
![Screenshot 2025-02-03 at 13 01 43](https://private-user-images.githubusercontent.com/116281103/409156737-6b223b58-0c76-4914-8e9f-3e0ad7a8fb2b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NzEwODQsIm5iZiI6MTczOTQ3MDc4NCwicGF0aCI6Ii8xMTYyODExMDMvNDA5MTU2NzM3LTZiMjIzYjU4LTBjNzYtNDkxNC04ZTlmLTNlMGFkN2E4ZmIyYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QxODE5NDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zMjA4NWZjOGEwNTNhMzJhNTM1YWUwNDg2NzA5NzA1NWZlZWFjN2ZmYjI5NGIxMzVhYjg2ZGFiOGIyYmUwYjhhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.XvA2umLy9eiMTiHNhq21NJYxaHk-RwiouaK0sP70MRQ)
What's Changed
Full Changelog: v4.22.0...v4.22.1