Add text string to the output

The string will be escaped.

Property definitions

markdown2 $ LatexRenderer :: add_text
	# Add `text` string to the output
	#
	# The string will be escaped.
	fun add_text(text: String) do latex.append latex_escape(text)
lib/markdown2/markdown_latex_rendering.nit:72,2--75,62