Checkbox Overlays Number on Sublist Heading

Bug report

When creating a numbered list with a checkbox, containing a sublist with checkboxes, the checkbox overlays the number on the parent item of the sublist.

E.g. -

Pasting the following in to Inkdrop:

1. [ ] a
    1. [ ] b

Renders as:

(Dark Theme)
Checkbox bug dark

(Light Theme)
Checkbox bug light

Expected behavior:

  1. a
    i. b

Info

  • Platform: Windows
  • Platform version: Enterprise, Version 10.0.17134 Build 17134
  • App Version: (3.25.4)

Reproduce

Copy and paste the following into Inkdrop:

1. [ ] a
    1. [ ] b

Toggle preview.

Hi Shaun,

Thank you for the report.
First, ordered list with checkbox is not a standard feature in GitHub-Flavored Markdown.
Seems like remark, which is a Markdown processor library the app uses, parses it as you expect but my rendering module does not support it.
So basically I don’t recommend you to use it as I would follow GFM’s specifications.

Thanks for the quick reply Takuya.

Bulleted lists work without issue, so I’ll use that as an alternative when needed.

Thank you for your understanding!