What problem does it solve? Turning a Markdown report into a properly structured Google Doc normally means manual copy-paste that loses headings, tables, links, and code formatting. This Skill parses Markdown into a JSON plan of Google Docs batchUpdate requests, preserving native structure without touching the network. ## Core Features & Use Cases - Full Markdown conversion: Parses CommonMark and GFM via marko into a plan covering headings, native lists, tables, fenced code blocks, inline code chips, links, and standalone images. - Repo-relative code link expansion: The coderef.py preprocessor rewrites repo-relative link hrefs into Sourcegraph or GitHub URLs based on the target org. - Image handling: Rasterizes local SVGs to PNG, references PNG/JPEG/GIF directly, and supports ASCII fallback text for environments without public image staging. - Use Case: You wrote an engineering design doc in Markdown with code references and a diagram. Run coderef.py then convert.py to produce plan.json, then hand it to the gdoc-upsert skill to create the real Google Doc. ## Quick Start Convert my Markdown report into a Google Docs plan and then create the actual Google Doc from it.