Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions userguide/content/en/docs/adding-content/shortcodes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,16 @@ says "Couldn’t find the X-Frame-Options header in the response headers." you
found in the HTTP response headers as highlighted below.", you **CANNOT** -
unless it has been explicitly enabled for your site. {{% /alert %}}

### comment

Use the `comment` shortcode to add internal notes or comment out large blocks of Markdown or HTML that won't be rendered on the page.

```go-template
{{< comment >}}
This comment will not be visible in the rendered page.
{{< /comment >}}
```

## Tabbed panes

Sometimes it's very useful to have tabbed panes when authoring content. One
Expand Down