Add a blank line to the output

Property definitions

markdown2 $ ManRenderer :: add_line
	# Add a blank line to the output
	fun add_line do
		add "\n"
	end
lib/markdown2/markdown_man_rendering.nit:48,2--51,4