Property definitions

markdown $ BlockNone :: defaultinit
# A block without any markdown specificities.
#
# Actually use the same implementation than `BlockCode`,
# this class is only used for typing purposes.
class BlockNone
	super Block
end
lib/markdown/markdown.nit:1204,1--1210,3