More cleanup
This commit is contained in:
parent
c80d631108
commit
92e85b86d3
2 changed files with 252 additions and 126 deletions
|
@ -49,7 +49,8 @@ export default async function processCherryPickingStyles(argv, dirs) {
|
|||
|
||||
function formatCv(md, dirs, info) {
|
||||
const INDENT = ` `;
|
||||
md.log(` - <details><summary>${info.introMD}</summary>`);
|
||||
md.log(` - ${info.introMD}`);
|
||||
md.log(`${INDENT}<details><summary>${info.alternatives.length} variants</summary>`);
|
||||
const imgWidth = 32 * info.sampleImageCountEm;
|
||||
let sTable = INDENT + "<table>" + "\n";
|
||||
for (const alt of info.alternatives) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue