Make the README layout more clear
This commit is contained in:
parent
2f5802d29a
commit
4a86888919
2 changed files with 76 additions and 0 deletions
|
@ -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>`);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue