aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions/extra/def-in-list.txt
Commit message (Collapse)AuthorAgeFilesLines
* Account for a paragraph that starts with a colon when processing def_listsWaylan Limberg2013-02-061-0/+15
Fixes #171. While that report provided an example of an unordered list item that started with a colon, any block that starts with a colon and has no siblings before it (paragraph as begining if document, list item, etc) all exhibit this same behavior. Following PHP Markdown Extra's lead, these are not definition items as they have no term before them.