Add tags column (demo)

maybe so, maybe not
This commit is contained in:
2023-10-08 20:03:35 -05:00
parent dfae224f7e
commit 28196dcdec
3 changed files with 22 additions and 21 deletions

View File

@@ -91,6 +91,7 @@ def main():
f"[{question.title}]({question.url})",
solutions,
question.difficulty,
", ".join(f"[{tag.name}](/categories/{tag.slug.upper()}.md)" for tag in question.tags),
]
row = "| " + " | ".join(map(str, columns)) + " |"