Currently processed line.

Used when visiting blocks with recurse.

Property definitions

markdown $ MarkdownProcessor :: current_line=
	# Currently processed line.
	# Used when visiting blocks with `recurse`.
	var current_line: nullable MDLine = null is writable
lib/markdown/markdown.nit:315,2--317,53