Raw content, line by line

The starting # and first space are stripped. The trailing \n are chomped.

Property definitions

nitc $ MDoc :: content=
	# Raw content, line by line
	# The starting `#` and first space are stripped.
	# The trailing `\n` are chomped.
	var content = new Array[String]
src/model/mdoc.nit:23,2--26,32