`;
// Loop over tags and snippets to create the list of snippets
- for (let tag of taggedData){
+ for (let tag of taggedData) {
let notEmbedded = true;
let localOutput = output
.replace(/\$tag/g, util.capitalize(tag))
@@ -217,68 +217,6 @@ try {
localOutput += md
.render(`## ${util.capitalize(tag, true)}\n`)
.replace(/