Keep format of checkbox when copy/paste markdown

Windows 10

Anytype v0.18.28

    1. Copy - [ ] This is a checkbox item
    1. Paste the highlighted text into Anytype.
    1. It will be pasted so like a normal paragrah This is a checkbox item

Pasting a checkbox item with sub-level checkbox items they will get pasted like this:

- [X] text
	- [X] text
	- [X] text
	- [X] text
- [x] text
    - [x] text
	- [x] text
	- [x] text
	- [x] text
- [x] text
- [x] text
- [x] text

In the example above, the first checkbox with its 3 sub-levels are pasted like this

and the rest of the checkbox are a bullet list.

1 Like

The rest of the checkbox that get pasted as a bullet list don’t keep the sub-level hierarchy.

UPDATE:

The copied checkboxes were copied from VSCodium into Anytype.

I copied the checkboxes from VSCodium and pasted (correctly in Markdown format) into HedgeDoc and from HedgeDoc into Anytype and it pasted in Markdown format but didn’t convert - [ ] into a checkbox, it kept the markdown style like - [ ] text and respected all the sub-levels.

UPDATE 2:

Copy/paste works from VSCodium (but not from HedgeDoc) when between the checkboxes there is a regular line of text

- [x] checked  
regular line of text
- [ ] unchecked

This is also an issue on import from Notion.