Update markdown format

pull/1/head
Ika 2017-03-18 01:38:42 +08:00
parent 632aae66e0
commit e8d4ee96fa
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ module.exports = class Markdown {
const emojis = emojiTable[catalog];
return format(`
## ${catalog}
### ${catalog}
${this.createTable(emojis, columnDivisions)}
@ -47,7 +47,7 @@ module.exports = class Markdown {
rowEmojis.push('');
table += format(`
| [](#table-of-contents) |${rowEmojis.map((emoji) => ` :${emoji}: | \`:${emoji}:\` `).join(' | ')}|
| [top](#table-of-contents) |${rowEmojis.map((emoji) => ` :${emoji}: | \`:${emoji}:\` `).join(' | ')}|
`) + '\n';
}