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