comrak icon indicating copy to clipboard operation
comrak copied to clipboard

Async Support

Open Benjscho opened this issue 2 years ago • 1 comments

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!

Benjscho avatar Jul 19 '23 21:07 Benjscho