> ## 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 変換

> URL を Markdown に変換する

## 概要

Markitdown Convert ツールを使用すると、指定された URL の HTML コンテンツを Markdown 形式に変換できます。これにより、Web ページの内容を Markdown ドキュメントやノートとして生成・共有・編集しやすくなります。

## 主な機能

* `MARKITDOWN_CONVERT`
  * URL の HTML コンテンツを Markdown に変換
  * 特定の要素の除外・含める設定など、カスタマイズにも対応

### 例：URL を Markdown に変換する

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