Commit 26003b8881f25fb47a75a128ef3e6af7a05e4680

Martin Mitas 2020-12-04T20:42:22

md_is_container_mark: Recognize list item marks just before EOF. We were recognizing the list item marks when a new line or a blank character follows. However, given end-of-file means implicitly also an end-of-line, we should recognize in that situation too. Fixes #139.