For future reference, Commonmark support thematic breaks that get translated to an ‘hr’ HTML element.
We can summon a thematic break with three or more consecutive stars (*), dashes (-) or underscores (_). Like so:
part1
---
part2
Then you can split by hr element (with closing ’ />’) as per the spec