Create report-style HTML on Windows using Python. Use when the user asks to draft a report, generate HTML from an outline/markdown, or produce a shareable report with sections, headings, and citations. Default output is HTML.
Generate report HTML from an outline or Markdown. Default output is HTML using markdown + Jinja2 template.
……事实陈述[1]## 参考资料[1] 标题 - URL[2] 标题 - URLExample:
年画在清代达到鼎盛。[1]
## 参考资料
[1] 滩头年画的故事 - https://www.ihchina.cn/news_1_details/10963.html
Render to HTML
Use scripts/report_from_md.py to convert Markdown to styled HTML.
Review and iterate Adjust sections, styling, and assets as needed.
Use numeric inline citations and a references section (see example above). Do not omit citations for factual claims.
python scripts/report_from_md.py --md reports/draft.md --out build/report.html --title "Quarterly Report"
scripts/report_from_md.py:
assets/report_template.htmlreferences/report_format.md: Suggested structure and content outline.references/dependencies.md: Required and optional dependencies.