md-to-office
Warn
Audited by Runlayer on Mar 10, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (1)
md-to-office/SKILL.mdMEDIUM
80.8%
Tool passed security scan
Risky tool definition detected
Contact: sales@company.com """ with open('presentation.md', 'w') as f: f.write(slides_md) subprocess.run([ 'pandoc', 'presentation.md', '-o', 'q4_review.pptx', '--reference-doc', 'company_slides.pptx' ], check=True) ``` ## Limitations - Complex Word formatting may not convert perfectly - PDF conversion requires LaTeX or wkhtmltopdf - PowerPoint animations not supported - Some advanced tables may need manual adjustment - Image positioning can be tricky ## Installation ```bash # macOS brew install
Audit Metadata