Add code that need to be escaped

Property definitions

markdown2 $ ManRenderer :: add_code
	# Add code that need to be escaped
	fun add_code(code: String) do
		add code.replace(" ", "\\ ")
	end
lib/markdown2/markdown_man_rendering.nit:43,2--46,4