Render

text_render_markdown

Use this when you need to convert Markdown to a fully styled HTML document with embedded CSS. Returns a complete, display-ready HTML page in JSON. Returns: 1. html (complete HTML document with embedd

Remote axel-belfort/markdown-renderer

Other tools also called text_render_markdown? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "theme": {
      "type": "string",
      "description": "CSS theme: 'light', 'dark', or 'github' (default: github)"
    },
    "markdown": {
      "type": "string",
      "description": "Markdown text to render"
    }
  }
}
          

Provider

Render →