When we need to work with feature flags, these operators will help with your markdown.
Toggles display of a block of content when certain features are enabled.
Params
string
{String}: Comma separated list of flags.returns
{String}{{#featureSection "users,sso"}}
# List of Features
- {{current.featureFlags.sso.checked}} SSO is Enabled
- {{current.featureFlags.users.checked}} Number of users: {{current.featureFlags.users.value}}
{{/#featureSection}}