orium / cargo-rdme

Cargo command to create the README.md from your crate's documentation
Mozilla Public License 2.0
126 stars 5 forks source link

Allow intralinks that do not start with `crate::` #151

Open orium opened 1 year ago

orium commented 1 year ago

Currently we only support intralinks format with absolute paths from the root of the crate, i.e. links of the form [⋯](crate::⋯). This is an annoying limitation and users may think intralinks are broken alltogether (see #150).

praveenperera commented 1 month ago

this would be nice

orium commented 1 month ago

177 solves this. I'm working on it on #236, but I've not been able to dedicate much time to it recently.

praveenperera commented 1 month ago

Maybe I can take that PR over? What needs to be done still?

orium commented 1 month ago

Sorry, this is too fundamental of a change for me to delegate to anyone else.

praveenperera commented 1 month ago

No problem, I get that