{
  "markdown": "# Markdown for Dev.to - Gemini CLI Extension\n\nThis extension provides tools to help format and fix Markdown content for publication on [Dev.to](https://dev.to).\n\n## Installation\n\nTo install this extension, use the Gemini CLI `extension add` command:\n\n```bash\ngemini extension install https://github.com/derailed-dash/markdown-for-dev.to --auto-update\n```\n\n## Commands\n\n### `devto-md`\n\nProcess a markdown file to fix common issues and prepare it for Dev.to.\n\n**Features:**\n- Adds/fixes YAML frontmatter.\n- Converts raw Twitter and YouTube links to Liquid tags.\n- Fixes image captions and missing alt text.\n- Properly highlights inline variables and file paths.\n- Adds language tags to code blocks.\n- Removes unwanted \"highlighted\" artifacts.\n\n**Usage:**\n\n**Option 1: Direct Text Input (Copy/Paste)**\n\nEncapsulate your text in quotes to avoid shell issues.\n\n```bash\ngemini devto-md \"# My Title\\n\\nSome content...\"\n```\n\n**Option 2: From a File**\n\nUse command substitution to pass the file contents.\n\n```bash\ngemini devto-md \"$(cat path/to/post.md)\"\n```\n",
  "bytes": 1050,
  "sha": "02699c7ae07eb20d79a0bfa4aaf313cdf9dd63fa8187d6e0341982457c6e6c02",
  "repo_slug": "derailed-dash/markdown-for-dev.to",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_derailed_dash_markdown_for_dev_to_ae4c729a/readme"
}