Renders the synopsis and the comment as a HTML comment block.

Property definitions

nitc :: md_commands $ MDoc :: md_documentation
	# Renders the synopsis and the comment as a HTML comment block.
	var md_documentation: Writable is lazy do return lines_to_md(content.to_a)
src/doc/templates/md_commands.nit:364,2--365,75