Top delimiter (emphasis, strong emphasis or custom emphasis)

Brackets are on a separate stack, different from the algorithm described in the spec.

Property definitions

markdown2 $ MdInlineParser :: last_delimiter
	# Top delimiter (emphasis, strong emphasis or custom emphasis)
	# Brackets are on a separate stack, different from the algorithm described in the spec.
	private var last_delimiter: nullable MdDelimiter = null
lib/markdown2/markdown_inline_parsing.nit:105,2--107,56