danielparks / puppet-rustup

Puppet module to manage Rust with rustup
https://forge.puppet.com/modules/dp/rustup/readme
Other
0 stars 0 forks source link

Fix anchor links in REFERENCE.md #15

Closed danielparks closed 2 years ago

danielparks commented 2 years ago

There is a bug in puppet strings that makes anchors non-unique. This particularly affects parameter names, because many of them are shared by multiple resources.

This adds a script that rewrites REFERENCE.md to make the anchor names to be more likely to be unique.