---
title: "Copy as Markdown action for ActionClip"
canonical_url: "https://actionclip.app/actions/copy-as-markdown"
document_type: "standalone_action"
official: true
action_count: 1
catalog_schema_version: 1
catalog_revision: "2026-09-11.1"
catalog_published_at: "2026-09-11T09:31:40Z"
---

# Copy as Markdown action for ActionClip

Copy the selected rich text as Markdown.

## What it does

Captures HTML, RTF, or attributed text from the source app without leaving the clipboard changed during capture, converts common headings, emphasis, links, lists, quotes, code, and images locally, then copies the Markdown result.

## Action details

| Field | Value |
| --- | --- |
| Category | Markdown |
| Action type | Built-in |
| Default result | Copy Markdown and dismiss |
| Internet | Not required |

## Action and outcome

| Action | Outcome |
| --- | --- |
| **Copy as Markdown** — Selected text: A rich-text heading, bold phrase, link, and list | ## Heading A **bold phrase** with a [link](https://example.com). - First - Second |

## How to copy the selected rich text as Markdown with ActionClip

1. Select the text you want to use.
2. Choose **Copy as Markdown** from ActionClip.
3. ActionClip copies the Markdown and closes the floating panel without showing a redundant success popup.

## Requirements

The source app must expose its selected rich text through Accessibility or Copy. Plain-text selections are copied unchanged.

## Privacy

ActionClip captures and converts the selected rich text locally, restores the previous clipboard, then copies only the Markdown result. The selection does not leave your Mac.

## Action script

````text
copy_as_markdown
````

## Links

- [HTML listing](https://actionclip.app/actions/copy-as-markdown)
- [Download action definition](https://actionclip.app/actions/copy-as-markdown.actionclip)
- [Browse Markdown actions](https://actionclip.app/marketplace#marketplace-markdown)
- [All Marketplace listings](https://actionclip.app/marketplace)
