Number of char to skip at the beginning of the line.

Block code lines start at 4 spaces.

Property definitions

markdown $ BlockCode :: line_start
	# 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

markdown $ BlockFence :: line_start
	# Fence code lines start at 0 spaces.
	redef var line_start = 0
lib/markdown/markdown.nit:1271,2--1272,25