{{{#list #1[[First item]] // Comment about first item[[Second item /* inline multiline comment */ with continuation]][[Third item]]}}}/* This is a comment explaining the structure of this wiki page: - Category classification - Headers with different levels - Mixed formatting styles - Nested complex elements*/
Comments
SevenMark supports both inline and multiline comments that are not rendered in the output.
Inline Comments
Use
//for single-line comments:The comment extends from
//to the end of the line and is not displayed in the rendered output.Multiline Comments
Use
/* */for comments that span multiple lines:Comments in Complex Structures
Comments can be used within other elements:
Comment Usage Guidelines
/* */inside another/* */)