diff --git a/CHANGELOG.md b/CHANGELOG.md index 72ef783..ccd5b68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,17 +7,21 @@ - Primitive syntax highlighting by default - Code blocks now use the syntax highlighting theme's caret and selection colors while using the `better_syntax_highlighting` feature. -- Image loading errors are now shown ([#8](https://github.com/lampsitter/egui_commonmark/pull/8) by [@emilk](https://github.com/emilk)). -- `CommonMarkCache` now implements `Debug` ([#7](https://github.com/lampsitter/egui_commonmark/pull/7) by [@ChristopherPerry6060](https://github.com/ChristopherPerry6060)). +- Image loading errors are shown ([#8](https://github.com/lampsitter/egui_commonmark/pull/8) by [@emilk](https://github.com/emilk)). +- `CommonMarkCache` implements `Debug` ([#7](https://github.com/lampsitter/egui_commonmark/pull/7) by [@ChristopherPerry6060](https://github.com/ChristopherPerry6060)). - `CommonMarkCache::add_syntax_themes_from_folder` - `CommonMarkCache::add_syntax_theme_from_bytes` - `CommonMarkViewer::explicit_image_uri_scheme` +### Fixed + +- Links of the type ``[`fancy` _link_](..)`` is rendered correctly. + ### Changed - Use new image API from egui ([#11](https://github.com/lampsitter/egui_commonmark/pull/11) by [@jprochazk](https://github.com/jprochazk)). -- Updated dependencies. - Feature `syntax_highlighting` has been renamed to `better_syntax_highlighting`. +- Updated dependencies. ### Removed