Add a blank line to the output

Property definitions

markdown2 $ MarkdownRenderer :: add_line
	# Add a blank line to the output
	fun add_line do add_raw "\n"
lib/markdown2/markdown_md_rendering.nit:52,2--53,29