markdown :: BlockCode :: line_start=
Block code lines start at 4 spaces.
	# Number of char to skip at the beginning of the line.
	#
	# Block code lines start at 4 spaces.
	protected var line_start = 4
					lib/markdown/markdown.nit:1245,2--1248,29
				
	# Fence code lines start at 0 spaces.
	redef var line_start = 0
					lib/markdown/markdown.nit:1271,2--1272,25