report-in-markdown
Installation
SKILL.md
Report in Markdown
Apply the rules below to any markdown you write. Load references only for figures or standalone-report IO.
File-reference rule
Always cite source files as markdown links with line anchors, not backtick-wrapped paths.
| Use case | Form |
|---|---|
| Single line | file.py:42 |
| Line range | file.py:40-50 |
| Whole file | file.py |
Resolve paths relative to the markdown file's directory (use ../ as needed).
Math
Use KaTeX syntax for better compatibility: