From abff2aab6df8aea506ddbb217b3768f55aa313b0 Mon Sep 17 00:00:00 2001 From: Cedric Hoelzl Date: Tue, 15 Oct 2019 21:51:45 +0200 Subject: [PATCH] init wiki --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 44e29f5..e6a49f1 100644 --- a/config.js +++ b/config.js @@ -35,7 +35,7 @@ module.exports = function(){ for(let r of res.definitions){ txt+= `*${r.speech}:*\n`; for(let l of r.lines){ - txt+= `_${l.define}_\n`; + txt+= ` - _${l.define}_\n\n`; } txt += `\n`; }