Property definitions

markdown2 $ MdListItem :: defaultinit
# An ordered or unordered list item block
class MdListItem
	super MdBlock

	redef var is_container = true

	redef fun can_contain(block) do return true
end
lib/markdown2/markdown_ast.nit:302,1--309,3