Does this block contain subblocks?

Property definitions

markdown $ MDBlock :: has_blocks
	# Does this block contain subblocks?
	fun has_blocks: Bool do return first_block != null
lib/markdown/markdown.nit:973,2--974,51