Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

Cloud directives (:::aws, etc.)

We support a series of directives to conditionally render content in one or more clouds:

  • :::aws
  • :::azure
  • :::gcp
  • :::sap
  • :::aws-azure
  • :::aws-gcp
  • :::aws-sap
  • :::azure-gcp
  • :::azure-sap
  • :::gcp-sap
  • :::aws-azure-gcp
  • :::aws-azure-sap
  • :::aws-gcp-sap
  • :::azure-gcp-sap

The current cloud for this page is AWS.

Example:

Markdown
::::aws-azure

> This only shows up in AWS and Azure.
> The directives can be nested but you need to use more colons.

:::aws

> AWS only.

:::

:::azure

> Azure only.

:::

::::

:::azure

> This only shows up in Azure.

:::

:::gcp

> This only shows up in GCP.

:::

Output:

This only shows up in AWS and Azure. The directives can be nested but you need to use more colons.

AWS only.