Comment
Docsy comment shortcode for hidden content in Markdown.
1 minute read
The comment shortcode hides content from the rendered output. It acts as an invisible annotation — useful for leaving notes in Markdown that readers won’t see.
{{< comment >}}This text is hidden from the rendered page.{{< /comment >}}
Example:
Visible text before the comment. Visible text after the comment.
The text between the comment shortcode tags above is not rendered. View the page source to confirm.