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

# Markdown

> Site Unblocker Markdown

Site Unblocker 支持自动将 HTML 输出转换为 Markdown 格式。如果您计划将抓取结果输入到大型语言模型中，这将非常有用，因为这些模型通常具有有限的令牌上下文。

<Note>
  转换为 Markdown 格式仅在 Web Advanced 和 Site Unblocker 计划中可用。
</Note>

使用 Site Unblocker 的示例：

<CodeGroup>
  ```shellscript cURL theme={null}
  curl -k -x https://unblock.decodo.com:60000 'https://www.example.com/' \
      -H 'X-SU-Markdown: 1' \
      -U 'your_username:your_password'
  ```
</CodeGroup>

示例输出：

```text theme={null}
# Example Domain

This domain is for use in illustrative examples in documents. You may use this domain in literature without prior coordination or asking for permission.

[More information...](https://www.iana.org/domains/example)
```

***

<Columns cols={2}>
  <Card title="支持" href="https://direct.lc.chat/12092754" cta="让我们聊聊！">
    需要帮助或只是想打个招呼？我们的支持团队全天候为您服务。 \
    您也可以随时通过电子邮件 [support@decodo.com](mailto:support@decodo.com) 联系我们。
  </Card>

  <Card title="反馈" href="mailto:feedback@decodo.com" cta="分享反馈">
    找不到您要找的内容？请求一篇文章！ \
    有反馈意见？分享您对我们如何改进的想法。
  </Card>
</Columns>
