Transform and emit mardown text

Property definitions

markdown $ MarkdownProcessor :: emit_text
	# Transform and emit mardown text
	fun emit_text(text: Text) do emit_text_until(text, 0, null)
lib/markdown/markdown.nit:522,2--523,60