wooorm / markdown-rs

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

Fix expressions indent #152

Open bnchi opened 1 month ago

bnchi commented 1 month ago

fixes #150

I'm not sure if that's the right approach to go about fixing this issue as this is the first time that I work on the compiler, hopefully it's :). Thanks

bnchi commented 1 month ago

Clippy seems to be complaining on a file that's not edited in this PR, probably a new version of Clippy is detecting some issues in the present written code ?

bnchi commented 1 month ago

I've raised a PR #154 to fix the jobs that are failing here.