2
0

init wiki

This commit is contained in:
Cedric Hoelzl 2019-10-15 21:51:45 +02:00
parent c76c5a7c79
commit abff2aab6d

View File

@ -35,7 +35,7 @@ module.exports = function(){
for(let r of res.definitions){ for(let r of res.definitions){
txt+= `*${r.speech}:*\n`; txt+= `*${r.speech}:*\n`;
for(let l of r.lines){ for(let l of r.lines){
txt+= `_${l.define}_\n`; txt+= ` - _${l.define}_\n\n`;
} }
txt += `\n`; txt += `\n`;
} }