thread 'main' panicked at 'Cannot drop a runtime in a context where blocking is not allowed. This happens when a runtime is dropped from within an asynchronous context.', /Users/jmscdch/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.26.0/src/runtime/blocking/shutdown.rs:51:21
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Expected behavior would be that the image gets downloaded, converted to base64 and embedded in the HTML file.
When I have a markdown file
input.md
with the following contents:And I run the following command:
I get the following error:
Expected behavior would be that the image gets downloaded, converted to base64 and embedded in the HTML file.