The internal shortcode can be used for adding internal information.
This content is only rendered in development mode (environment=development).
syntax:
{{< internal <placeholder>>}}
some markdown content...
{{< /internal >}}
The placeholder parameter is optional.
It is used for specifying a placeholder image which will be shown when
not in development mode (environment=production).
Example:
{{< internal "shortcode-internal.jpg" >}}
### Internal information sample
- item 1
- item 2
{{< /internal >}}
renders as:
