{ "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "markdown-to-pdf", "version": "1.4.0", "description": "Convert Markdown files to styled PDFs using WeasyPrint. Generic conversion with neutral default styling and a `--css` override for branded output.", "author": { "name": "Netresearch DTT GmbH", "url": "https://www.netresearch.de" }, "repository": "https://github.com/netresearch/markdown-to-pdf-skill", "license": "(MIT AND CC-BY-SA-4.0)", "keywords": [ "agentic-skill", "markdown", "pdf", "weasyprint", "document", "export" ] }