{
  "slug": "markdown-render",
  "name": "gizza-ai/markdown-render",
  "version": "0.1.0",
  "title": "Markdown to HTML Renderer — gizza.ai",
  "description": "Render Markdown to sanitized HTML in your browser — tables, code blocks, task lists, and footnotes supported. Free, private, no upload.",
  "tags": [
    "markdown to html",
    "render markdown",
    "md to html",
    "markdown renderer",
    "github flavored markdown",
    "sanitized html"
  ],
  "category": "documents",
  "urls": {
    "page": "https://gizza.ai/tools/markdown-render/",
    "markdown": "https://gizza.ai/tools/markdown-render/index.md",
    "descriptor": "https://gizza.ai/tools/markdown-render/tool.json",
    "deep_link_example": "https://gizza.ai/tools/markdown-render/?markdown=%23%20Title%0A%0A-%20%5Bx%5D%20done%0A-%20%5B%20%5D%20todo%0A%0A%7C%20a%20%7C%20b%20%7C%0A%7C---%7C---%7C%0A%7C%201%20%7C%202%20%7C"
  },
  "cli": "gizza tool markdown-render \"# Title\n\n- [x] done\n- [ ] todo\n\n| a | b |\n|---|---|\n| 1 | 2 |\"",
  "tool": {
    "description": "Render Markdown (CommonMark plus GitHub-flavored extensions: tables, fenced code blocks, task lists, strikethrough, and footnotes) into HTML. The output is sanitized so it is safe to embed (scripts, event handlers, and dangerous URL schemes are stripped). Pass the Markdown as `markdown`.",
    "parameters": {
      "additionalProperties": false,
      "properties": {
        "markdown": {
          "description": "The Markdown text to render into sanitized HTML.",
          "type": "string"
        }
      },
      "required": [
        "markdown"
      ],
      "type": "object"
    }
  }
}