markdown-rs
markdown-rs copied to clipboard
Fix serde
This pr is trying to fix #72.
Can you add a a test that breaks before your change, and works now? Thanks.
Can you add a a test that breaks before your change, and works now? Thanks.
I've added a simple test for it. I know it is not sufficient to prove that the result of serialization is consisitent with mdast's type definition. However I'm getting a little busy these days, so it may take a long time for me to write a more thorough test if you urge :).
Tests fail, I think this is because you’re now testing serde, but it’s an optional dependency, and should be a required dev-dependency?