web-report
Render Markdown/plain text into one good-looking, standalone .html file. Supports
headings, bold/italic, inline code, bullet and numbered lists, quotes, links, and
horizontal rules. No external assets — the page works offline.
How to run
- First write the content as Markdown into the out-box with the
Writetool (e.g.report.md). - Then convert it:
python3 <skill_dir>/run.py <input.md> <output.html> [title]
<input.md>— the Markdown file you just wrote (in the out-box).<output.html>— a path inside the out-box.[title]— optional page title.
Standard library only. After running, tell the user the saved path.