Output the content of block.

Property definitions

markdown $ MarkdownProcessor :: emit_in
	# Output the content of `block`.
	fun emit_in(block: Block) do block.emit_in(self)
lib/markdown/markdown.nit:519,2--520,49