Closed RyotaUshio closed 1 year ago
Currently, every block in a MarkdownPage has the same id .../block1 because the blockOrdinal variable is not incremented when importing blocks.
MarkdownPage
.../block1
blockOrdinal
This PR fixes this. After this change, the block ids look fine.
Please let me know if I should change anything. Thank you.
Currently, every block in a
MarkdownPage
has the same id.../block1
because theblockOrdinal
variable is not incremented when importing blocks.This PR fixes this. After this change, the block ids look fine.
Please let me know if I should change anything. Thank you.