Add text string to the output

The string will be escaped.

Property definitions

markdown2 $ HtmlRenderer :: add_text
	# Add `text` string to the output
	#
	# The string will be escaped.
	fun add_text(text: String) do add html_escape(text, true)
lib/markdown2/markdown_html_rendering.nit:62,2--65,58