> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jinba.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Markitdown Convert

> Convert a URL to Markdown

## Overview

The Markitdown Convert tool allows you to convert a URL's HTML content to Markdown format. This is useful for generating Markdown documentation or notes from web pages, making it easier to share and edit content in Markdown format.

## Key Features

* `MARKITDOWN_CONVERT`
  * Convert a URL's HTML content to Markdown format.
  * Supports various options for customization, such as including or excluding certain elements.

### Example: Convert URL to Markdown

```yaml theme={null}
name: Convert Markdown
steps:
  - id: convert
    tool: MARKITDOWN_CONVERT
    input:
      - name: url
        value: https://go.microsoft.com/fwlink/?LinkID=521962
```
