Add a raw string to the output

Raw means that the string will not be escaped.

Property definitions

markdown2 $ LatexRenderer :: add_raw
	# Add a raw `string` to the output
	#
	# Raw means that the string will not be escaped.
	fun add_raw(string: String) do latex.append string
lib/markdown2/markdown_latex_rendering.nit:67,2--70,51