---
title: 'Block Containers'
description: 'Block containers supported by xmark'
keywords: ''
robots: 'index,follow'
category: ''
layout: 'documentation'
tags:
  - 'xmark'
  - 'docs'
---

## Contact Form

```markdown
!ContactForm[]()
```

!ContactForm[]()

## Alert Messages

```markdown
::: warning
This is a warning
:::

::: success
This is a success
:::

::: error
This is a error
:::
```

::: warning
This is a warning
:::

::: success
This is a success
:::

::: error
This is a error
:::

## GraphQL Playground

```markdown
::: graphql {endpoint="http://localhost:8210/api"}
{
  getConfig {
    code
    config
  }
}
:::
```

::: graphql {endpoint="http://localhost:8210/api"}
{
  getConfig {
    code
    config
  }
}
:::
