Replace println with log calls in markdown module

This commit is contained in:
Héctor Ramón Jiménez 2025-01-31 20:42:53 +01:00
parent 4b8fc23840
commit bc2d662af7
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
3 changed files with 9 additions and 3 deletions

1
Cargo.lock generated
View file

@ -2640,6 +2640,7 @@ dependencies = [
"iced_highlighter",
"iced_renderer",
"iced_runtime",
"log",
"num-traits",
"ouroboros",
"pulldown-cmark",