Diogo Sousa
Diogo Sousa
You might want to take a look at [archery](http://github.com/orium/archery). (Disclaimer: I'm the author :slightly_smiling_face:)
Hi. Any change of getting this merged/release soon?
This should be fixed as part of https://github.com/orium/cargo-rdme/issues/177
I think a useful generalization of this feature is to allow the maximum line length to be set. Maybe some people like 80 columns on the README file and some...
Sounds good. Take a look at the `Markdown` structure and add a function like `fn with_line_width(&self, line_width: Option) -> Markdown`. Make sure it doesn't break markdown incorrectly. Use `pulldown-cmark`, which...
Yes. Ideally what can be nicely wrapped should be wrapped. (For instance, for tables I don't think there is a way to wrap them, but even if there was we...
Leave them unindented.
You can links to traits, you just can't link to things inside traits, such as methods or associated types.
> Just tried again and it's definitely not resolving my traits Can you point me to your project or give me a minimal example? I can't reproduce it: ```console $...