Renders the synopsis as a HTML comment block.

Property definitions

nitc :: md_commands $ MDoc :: md_synopsis=
	# Renders the synopsis as a HTML comment block.
	var md_synopsis: Writable is lazy do
		if content.is_empty then return ""
		return content.first
	end
src/doc/templates/md_commands.nit:350,2--354,4