wooorm / markdown-rs

CommonMark compliant markdown parser in Rust with ASTs and extensions
https://docs.rs/markdown/1.0.0-alpha.18/markdown/
MIT License
836 stars 41 forks source link

Whitespace text nodes cannot appear as a child of <tr> #111

Open 10Derozan opened 3 months ago

10Derozan commented 3 months ago

The same as https://github.com/mdx-js/mdx/issues/2000, and that is fixed in https://github.com/mdx-js/mdx/pull/2252. How about that we fix it too? Thanks.

Version

1.0.0-alpha.10