Fix end detection for empty list items
commit869908b98f78e56c6cd64341f6d462e1d31f8825
authorJason Blevins <jrblevin@sdf.org>
Tue, 29 Jan 2013 14:35:09 +0000 (29 09:35 -0500)
committerJason Blevins <jrblevin@sdf.org>
Tue, 29 Jan 2013 14:35:09 +0000 (29 09:35 -0500)
treec1c855929be4f1b65fdf7c870b13fb434d8ea238
parentb4bb45e8bd36ebd16fe233c0661dee2e824d0004
Fix end detection for empty list items

Check for empty list items of the following form:

 *

Ensure that we don't skip over the whitespace following the marker on
the same line.  Previously, these list items were not being detected
properly by `markdown-cur-list-item-bounds' as a result of this.  In
turn, list item insertion and other functions were broken following
empty list items.
markdown-mode.el