Property definitions

markdown $ BlockUnorderedList :: defaultinit
# A markdown unordred list.
class BlockUnorderedList
	super BlockList

	redef fun emit(v) do v.decorator.add_unorderedlist(v, self)
end
lib/markdown/markdown.nit:1395,1--1400,3