just icon indicating copy to clipboard operation
just copied to clipboard

Use yaml for package data instead of json

Open uncenter opened this issue 9 months ago • 1 comments

This is a continuation of sorts of #567 - I noticed a lot of issues in the md-variables.json file probably arose due to how difficult it was to edit arrays of strings! YAML isn't everyone's favorite, but I think it really shines here with the multiline strings. This PR converts the md-variables.json file to YAML, including my typo fixes from #567, and updates the scripts/generate-readmes.js script accordingly to parse the YAML.

uncenter avatar Sep 27 '23 20:09 uncenter