Skip to main content

Overview

Markdown export converts your document into a .md file. All block types are translated to their Markdown equivalents, making it easy to use your content in GitHub repositories, wikis, documentation platforms, and note-taking apps.

How to Export Markdown

1

Open your document

Navigate to the document you want to export in the editor.
2

Click Export > Markdown

In the editor toolbar, click Export and select Markdown.
3

Download the file

The .md file downloads to your computer.

Block Type Conversion

clarife BlockMarkdown Output
Heading (H1-H3)#, ##, ###
ParagraphPlain text
Bold / Italic**bold** / *italic*
Ordered list1. item
Unordered list- item
Code blockFenced code block with language tag
TablePipe-separated table
Screenshot![alt](image-url)
Divider---

Image Handling

Screenshots are exported as image references pointing to their hosted URLs. If you need fully offline Markdown, download the images separately and update the paths in the .md file.
Image URLs in the exported Markdown point to clarife’s CDN. If you delete the document or your account, those URLs will stop working. Download images separately for archival use.

Use Cases

  • GitHub READMEs — paste the Markdown directly into your repository.
  • Documentation platforms — import into Notion, Confluence, GitBook, or Mintlify.
  • Note-taking apps — open in Obsidian, Typora, or Bear.

Yes. Markdown export is available on all plans.
Screenshots with annotations are exported as their composited (flattened) images. The annotation layers are baked into the image — they are not separate in the Markdown.
Not currently. Markdown export is one-way. You can copy-paste content back into the editor manually.
Enhancer frames (device mockups, backgrounds) are baked into the exported screenshot image, just like annotations.