Fix badge doc layout with `help`

pull/298/head
Amio 2019-07-06 23:06:35 +08:00
rodzic 938c6f692f
commit f6ded9e0e6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -18,7 +18,7 @@ export default function genHelp (id) {
const { examples, help = ''} = meta
const routes = Object.keys(handlers)
let md = `# /${id}\n\n${help}`
let md = `# /${id}\n\n${help}\n\n`
const egCats = routes.reduce((accu, curr) => {
accu[curr] = []