When you paste Markdown into an editable Workspace block, ReadyTools can show a Markdown detected popover. Use it when you want headings, paragraphs, lists, code blocks, tables, and images to become separate Workspace blocks.
When the Markdown popover appears
The popover appears after you paste content that ReadyTools recognizes as Markdown. It says This content can be converted into Workspace blocks. and shows a short summary before you choose what to do.
Convert pasted Markdown
- Open a Workspace page where you have edit access.
- Click inside an editable text block or empty writing area.
- Paste your Markdown with Ctrl+V on Windows or Cmd+V on Mac.
- When
Markdown detectedappears, review the summary chips. - Select
Convert to blocks. - Wait while the button shows
Converting....
After conversion, the pasted content becomes normal Workspace content. You can edit the resulting blocks, move them, format them, or open block settings just like blocks created from the slash menu.
Paste Markdown as plain text
Choose Paste as plain text when you want to keep the Markdown characters visible. This is useful for examples, drafts, or notes where the Markdown source matters more than the formatted result.
Choose Cancel or press Escape to close the popover without converting the paste.
What the summary means
| Summary label | Meaning |
|---|---|
blocks | The estimated number of Workspace blocks that will be created. |
headings | Markdown headings found in the paste. |
paragraphs | Text paragraphs found in the paste. |
list items | List content found in the paste. |
code blocks | Fenced code sections found in the paste. |
tables | Markdown tables found in the paste. |
images | Markdown image references found in the paste. |
Keyboard behavior
- Use Ctrl+V or Cmd+V to paste.
- Use Escape to close the
Markdown detectedpopover. - After converting, use normal Workspace editing shortcuts to move, duplicate, or remove the created blocks.
Common mistakes
- Pasting into a view-only page. Markdown conversion only appears in editable content.
- Choosing
Paste as plain textwhen you wanted separate Workspace blocks. - Expecting every pasted link to open the Markdown popover. Regular links can be handled by normal paste behavior.
- Pasting a very large Markdown document in one action. If the import is too large, split it into smaller sections.
Troubleshooting
- If you see
Markdown import failed, choosePaste as plain textor try a smaller Markdown document. - If you see
This Markdown document is too large to convert safely., paste the content in smaller sections. - If the popover does not appear, confirm that you are editing the page and that the pasted content contains Markdown structure.
- If the converted result needs a different layout, convert first and then use Workspace block controls to reorganize it.
Related guides
- Insert blocks manually:
/guides/workspace/creating-and-editing/use-slash-commands. - Choose block types:
/guides/workspace/workspace-blocks/use-workspace-blocks. - Manage converted blocks:
/guides/workspace/creating-and-editing/format-manage-and-restore-blocks.
FAQ
What does Markdown detected mean? ReadyTools found pasted content that can be converted into Workspace blocks.
Can I keep the original Markdown text? Yes. Choose Paste as plain text.
Why did Markdown import fail? The paste may be too large or may contain content that could not be converted safely. Try a smaller section or paste it as plain text.