Update converter.js

This commit is contained in:
MeowcaTheoRange 2022-05-29 20:59:34 -05:00 committed by GitHub
parent e7696160c3
commit a60cdfd37a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ json.forEach((v, i) => {
} }
}); });
fullMd += mdTemp + "\n\n"; fullMd += mdTemp + "\n\n";
fs.writeFileSync(`${path}/story/human-readable/${v.id}.md`, mdTemp, {encoding: "utf8"}); fs.writeFileSync(`${path}/story/human-readable/${v.id}`, mdTemp, {encoding: "utf8"});
indexmd += "### [" + v.id + "](https://meowcatheorange.github.io/Dizzy-AU/story/human-readable/" + v.id + ".md)\n\n" + chlist indexmd += "### [" + v.id + "](https://meowcatheorange.github.io/Dizzy-AU/story/human-readable/" + v.id + ".md)\n\n" + chlist
}) })
artjson.forEach((v, i) => { artjson.forEach((v, i) => {