> ## 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 supports automatically transforming HTML output into Markdown. This is useful if you plan on feeding scraping results into large language models, which usually have a limited token context.

<Note>
  Transforming to Markdown is only available in the Web Advanced and Site Unblocker plans.
</Note>

Example using 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>

Example output:

```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="Support" href="https://direct.lc.chat/12092754" cta="Let's chat!">
    Need help or just want to say hello? Our support is available 24/7. \
    You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com).
  </Card>

  <Card title="Feedback" href="mailto:feedback@decodo.com" cta="Share feedback">
    Can't find what you're looking for? Request an article! \
    Have feedback? Share your thoughts on how we can improve.
  </Card>
</Columns>
