---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.1
alternate:
  - https://diplodoc.com/docs/en/syntax/interactive-elements.md
  - https://diplodoc.com/docs/ru/syntax/interactive-elements.md
  - href: en/syntax/interactive-elements/index.md
    type: text/markdown
    title: Markdown version
  - href: ../../llms.txt
    type: text/markdown
    title: llms.txt
updatedAt: '2026-08-11T13:35:17.000Z'
---
> **Documentation Index:** Fetch the complete configuration index at https://diplodoc.com/docs/en/llms.txt

# Interactive markup elements

Thanks to YFM extensions, you can use interactive markup elements:

- [cuts](https://diplodoc.com/docs/en/syntax/interactive-elements/cuts.md);
- [tabs](https://diplodoc.com/docs/en/syntax/interactive-elements/tabs.md);
- [radio buttons](https://diplodoc.com/docs/en/syntax/interactive-elements/radio.md);
- [dropdown](https://diplodoc.com/docs/en/syntax/interactive-elements/dropdown.md);
- [accordion](https://diplodoc.com/docs/en/syntax/interactive-elements/accordion.md).

{% note info %}

The content of interactive markup elements can include any YFM markup.

{% endnote %}

<!-- source: en/_includes/blank-lines-note.md -->
{% note warning %}

The construct works only if it is separated by blank lines — outside (before the opening and after the closing tag) and inside (between the tags and the content). Otherwise, it will not be processed and will remain plain text.

{% endnote %}
<!-- endsource: en/_includes/blank-lines-note.md -->