More cleanup

This commit is contained in:
be5invis 2024-01-15 19:38:54 -08:00
parent c80d631108
commit 92e85b86d3
2 changed files with 252 additions and 126 deletions

View file

@ -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) {