Post-processors applied after the parsing of a document

Property definitions

markdown2 $ MdParser :: post_processors=
	# Post-processors applied after the parsing of a document
	var post_processors = new Array[MdPostProcessor] is writable
lib/markdown2/markdown_block_parsing.nit:81,2--82,61