Update converter.js

This commit is contained in:
MeowcaTheoRange 2022-05-29 21:11:56 -05:00 committed by GitHub
parent 206f4fa518
commit 65ebe0ab7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ json.forEach((v, i) => {
v.appearing_characters.forEach((vv, vi) => {
chars[vv[0]] = vv[1];
mdTemp += `- ${vv[1]}\n`;
chlist += `- ${vv[1]}\n`;
chlist += `- ${vv[1]}\n\n`;
});
v.content.forEach((vv, vi) => {
switch (vv.type) {