Thank you for the useful plugin! If I may, I'd like to make a suggestion for the following optional behavior:
place = middle
marker = "^[BADGES]$"
In effect, when place is set to "middle", this will do a simple s/$marker/@badges/ on the readme content and inject the badges there. This would be useful when, for example, I convert my lib pod to a README.md and want to inject the badges at the end of the description block or elsewhere.
Let me know if you'd like me to create a PR and I try to do so this weekend.
Hello,
Thank you for the useful plugin! If I may, I'd like to make a suggestion for the following optional behavior:
In effect, when
place
is set to "middle", this will do a simples/$marker/@badges/
on the readme content and inject the badges there. This would be useful when, for example, I convert my lib pod to a README.md and want to inject the badges at the end of the description block or elsewhere.Let me know if you'd like me to create a PR and I try to do so this weekend.
Edit: Fixing examples
Thanks again!