webern / cargo-readme

Generate README.md from docstrings
Other
355 stars 57 forks source link

Incorrect rendering of attributes #107

Open yesint opened 2 months ago

yesint commented 2 months ago

The code attributes are handled incorrectly the line //! #[derive(Error,Debug)] is incorrectly transformed to ##[derive(Error,Debug)] (extra # symbol).