Author :
Martin Mitas
Date :
2020-12-04 20:42:22
Hash :26003b88 Message :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.