cargo-sync-readme
cargo-sync-readme copied to clipboard
Fix bug handling images with links.
I guess as one of the first users I would get one of the first bugs :slightly_smiling_face:
Before this commit links with images would get corrupted: the image would simply be removed.
This PR changes the link handling logic to not care about what's inside the text in a link and simply copy it verbatim from the source markdown, avoiding this and other similar problems were things are nested inside a link's text.
~Merge #53 before this, so I can add an integration test for this.~ ✓
Rebased on master. Should be ready for review now.
Is this getting merged? I am running into this issue as well. Thanks.
@phaazon Can you take a look at this PR and PR #56 when you have some time please?
Hi @phaazon. This project had been pretty low in activity in the last few months. Let me know if you no longer want to maintain it. I'm happy to fork the project, work on it, and maintain it if you no longer wish to do so.
I've created my own project to create READMEs from rustdoc. It addresses the issue in this PR as well as PR #56 and other bugs: https://github.com/orium/cargo-rdme.