comrak
comrak copied to clipboard
Async Support
Hi there,
I'm running into an issue trying to use comrak::parse_document in an async function due to the use of RefCell in the AstNode type. I was wondering if anyone had run into this before and if there were any workarounds for using parse_document in an async (Send) context?
Thanks for creating a fantastic crate!