Update converter.js
This commit is contained in:
parent
dd9c933a71
commit
44af9bdeb5
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ json.forEach((v, i) => {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
fullMd += mdTemp + "\n\n";
|
fullMd += mdTemp + "\n\n";
|
||||||
fs.writeFileSync(`${path}/story/human-readable/${v.id}`, mdTemp, {encoding: "utf8"});
|
fs.writeFileSync(`${path}/story/human-readable/${v.id}.md`, mdTemp, {encoding: "utf8"});
|
||||||
indexmd += "### [" + v.id + "](https://meowcatheorange.github.io/Dizzy-AU/story/human-readable/" + v.id + ")\n\n" + chlist
|
indexmd += "### [" + v.id + "](https://meowcatheorange.github.io/Dizzy-AU/story/human-readable/" + v.id + ")\n\n" + chlist
|
||||||
})
|
})
|
||||||
artjson.forEach((v, i) => {
|
artjson.forEach((v, i) => {
|
||||||
|
|
Loading…
Reference in a new issue