How to Get a Markdown Checklist Into ClickUp
Markdown task syntax with - [ ] does not become ClickUp checklist items on paste. Convert to a clean bullet list, paste it, then convert the list to a checklist in ClickUp.
Direct answer
ClickUp does not turn pasted - [ ] Markdown into checklist items. The converter renders those lines as a normal bullet list, and the [ ] marker stays as visible text. Paste the bullets into the task, then use ClickUp's own checklist feature to make them checkable. Strip the [ ] markers from your Markdown first if you do not want them in the text.
Open Markdown to ClickUp converterWhen to use this
- You have an acceptance-criteria or QA list written in Markdown task syntax.
- A pasted checklist in ClickUp shows [ ] as plain characters.
- You want the list structure preserved before you build a real ClickUp checklist.
Steps
- Copy the Markdown list into the input box.
- Remove the [ ] and [x] markers if you do not want them as literal text.
- Press Copy Rich and paste into the ClickUp task description.
- For checkable items, add a Checklist in the task's Checklists section instead.
- Paste the plain lines into the ClickUp checklist field, which accepts one item per line.
Example conversion
## Release acceptance - Smoke suite green on staging - Error budget above 99.5% - Rollback script tested - Owner sign-off from **Priya**
<h2 style="font-family:-apple-system,'Segoe UI',Roboto,sans-serif;font-size:18px;font-weight:600;margin:16px 0 8px;color:#171717;">Release acceptance</h2> <ul style="font-family:-apple-system,'Segoe UI',Roboto,sans-serif;font-size:14px;line-height:1.5;color:#242424;margin:10px 0;padding-left:22px;"><li style="margin:4px 0;">Smoke suite green on staging</li><li style="margin:4px 0;">Error budget above 99.5%</li><li style="margin:4px 0;">Rollback script tested</li><li style="margin:4px 0;">Owner sign-off from <strong>Priya</strong></li></ul>
Common mistakes
- Do not expect - [ ] to become a ClickUp checkbox. Nothing in the paste path creates checklist items.
- Do not paste a long formatted block into ClickUp's checklist field. That field takes plain lines only.
- Do not mix the description list and the real checklist. Pick one place, or the two drift apart.
FAQ
- Can any converter create real ClickUp checklist items?
- Not through the clipboard. Checklist items are a task data structure, not editor formatting. They are created in the ClickUp UI or through the ClickUp API, not by pasting rich text.
- What does the tool do with - [ ] lines?
- It treats them as normal bullets. The [ ] characters remain in the item text, because nothing in the HTML output maps to a checkbox.
- Does ClickUp split a multi-line paste into separate checklist items?
- Yes, ClickUp's checklist field creates one item per pasted line. Use the plain-text form of your list for that field.
- Do nested bullets survive?
- Yes. Bullets indented by two spaces become nested lists in the HTML, and ClickUp keeps the indent level on paste.
Related ClickUp guides
How to Paste Markdown Into ClickUp Docs
ClickUp Docs turns pasted Markdown into a raw code block instead of formatted text. Convert the Markdown to rich HTML first, copy it as rich text, then paste into the Doc.
ClickUp Turns Pasted Markdown Into a Code Block — Fix
Pasting Markdown into ClickUp drops it into a single code block. The cause is a plain-text clipboard. Paste rich HTML instead and the blocks render.
How to Put ChatGPT Output Into a ClickUp Task
ChatGPT answers are Markdown. Pasted into a ClickUp task description they show raw ## and ** characters. Convert first, then paste as rich text.
How to Format an AI-Written Doc for ClickUp
Turn a long AI-written Markdown document into a properly formatted ClickUp Doc: headings, tables, quotes, and code stay intact through one rich paste.