Currently processed block.

Used when visiting blocks with recurse.

Property definitions

markdown $ MarkdownProcessor :: current_block=
	# Currently processed block.
	# Used when visiting blocks with `recurse`.
	var current_block: nullable MDBlock = null is writable
lib/markdown/markdown.nit:319,2--321,55