File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 55### Changed
66
77- Updated to pulldown-cmark 0.13
8+ - Updated egui to 0.32 ([ #76 ] ( https://github.com/lampsitter/egui_commonmark/pull/76 ) by
9+ [ @lucasmerlin ] ( https://github.com/lucasmerlin ) )
810
911
1012### Fixed
5557
5658- Updated pulldown-cmark to 0.12
5759- Newlines are no longer inserted before/after markdown ([ #56 ] ( https://github.com/lampsitter/egui_commonmark/pull/56 ) )
58- > For the old behaviour you can call ` ui.label(""); ` before and and after
60+ > For the old behaviour you can call ` ui.label(""); ` before and after
5961
6062### Removed
6163
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ To see the output of the macros enable the `dump-macro` feature.
1717For the macro example the output can be viewed like this:
1818
1919``` sh
20- cargo r --example macro --features dump-macro,macros -- dark | rustfmt --edition=2021 | less
20+ cargo r --example macro --features dump-macro,macros -- dark | rustfmt --edition=2024 | less
2121```
You can’t perform that action at this time.
0 commit comments