Recurring task logs creating new entries on Org-mode

When completing a task with recurring dates, Logseq will add a new line to that entry, like this:

* LATER -> DONE [2021-08-02T09:30:46]

The issue is that org-mode files already use * to represent a new block, so when reading this file back, Logseq gets confused. I believe the issue is caused by this code line here, but I’m not familiar with the codebase: logseq/editor.cljs at c2978785d9f0e487e5bde9c035d5671f37b66188 · logseq/logseq · GitHub.

This seems to have stopped in version 0.3.5, so thank you!