1
0

vault backup: 2025-12-10 07:19:22
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m59s

This commit is contained in:
2025-12-10 07:19:22 +01:00
parent f8446b6f87
commit f4d43ff7e1
11 changed files with 513 additions and 1082 deletions

View File

@@ -97,6 +97,10 @@ def main(root: Path, out: Path):
question_md = question.strip()
answer_md = answer.strip()
question_md = question_md.replace("**Uppgift**", "")
question_md = question_md.replace("**Rätt svar**", "")
question_md = question_md.replace("**Svar**", "")
question_md = question_md.replace("**Answer**", "")
# Render question and answer markdown to HTML. Enable common extensions.
question_html = markdown(question_md, extensions=["fenced_code", "tables"])
answer_html = markdown(answer_md, extensions=["fenced_code", "tables"])

File diff suppressed because it is too large Load Diff