Make the README layout more clear

This commit is contained in:
be5invis 2021-02-13 15:42:52 -08:00
parent 2f5802d29a
commit 4a86888919
2 changed files with 76 additions and 0 deletions

View file

@ -44,8 +44,12 @@ async function processSsOt() {
}
{
md.log(`<tr>`);
md.log(`<td colspan="2">`);
md.log(`<table><tr>`);
md.log(`<td><img src="images/stylistic-set-u-${ss.tag}-${ss.rank}.png"/></td>`);
md.log(`<td><img src="images/stylistic-set-i-${ss.tag}-${ss.rank}.png"/></td>`);
md.log(`</tr></table>`);
md.log(`</td>`);
md.log(`</tr>`);
}
}