Current output buffer.

Property definitions

markdown $ MarkdownProcessor :: current_loc
	# Current output buffer.
	private fun current_loc: MDLocation do
		assert not loc_stack.is_empty
		return loc_stack.last
	end
lib/markdown/markdown.nit:589,2--593,4