type=html Wraps input in <!-- and --> comment marks.
Single-line input will result in a single line output. Multi-line input will result in multi-line output.
Example:
Single-line
<!-- my single line comments -->
Multi-line
<!--
my multi line comments
comments continue on this line
-->
See: Enum values for commentkind for possible types.
Generated using TypeDoc