Rendering of List with multi-paragraph checkboxes out of wack in 4.3.2

Look at this Markdown code:

# Checkbox rendering

## List with checkboxes

* [ ] An unticked checkbox

* [x] A ticked checkbox

## List with multi-paragraph checkboxes

* [ ] An unticked checkbox

        rm -rf *

* [x] A ticked checkbox

## List with multi-paragraphs (no checkboxes)

* Nothing be checked here

        rm -rf *

* Or here

It renders in DEVONthink 4.3.2 (DEVONthink Markdown only!) like this:

I have marked up the issue in the screenshot: When a list item with a checkbox contains multiple paragraphs, the checkbox goes on its own line!

Is there any CSS trick in the default style sheet I could avoid this rendering with? – Or do I need to switch back to MultiMarkdown until this little bug is fixed?

Many thanks for any help in advance.

Why aren’t you using a proper fenced code block with triple backticks?

That doesn’t better it. Try it out!

Thanks for the bug report, the next release will fix this.