Update converter.js
This commit is contained in:
parent
31a1967add
commit
aa97be0b12
1 changed files with 0 additions and 1 deletions
|
@ -42,4 +42,3 @@ artjson.forEach((v, i) => {
|
|||
fs.writeFileSync(`${path}/story/toc.md`, indexmd, {encoding: "utf8"});
|
||||
fs.writeFileSync(`${path}/story/human-readable.md`, fullMd, {encoding: "utf8"});
|
||||
fs.writeFileSync(`${path}/art.md`, artMd, {encoding: "utf8"});
|
||||
fs.writeFileSync(`${path}/index.md`, "# The full, unbroken story of the Dizzy AU.\n[See it on GitHub Pages.](https://meowcatheorange.github.io/Dizzy-AU/index)\n\n" + fullMd, {encoding: "utf8"});
|
||||
|
|
Loading…
Reference in a new issue