Popups (tooltips)
Article last updated at August 11, 2026
The syntax for definitions is as follows:
Использование [термина](*ключ_термина) в тексте.
[*ключ_термина]: Определение термина или сокращения.
Определение термина может включать в себя _базовую_ разметку.
Terms should be defined at the very end of the page. There must be an empty line between them.
[*ключ_термина_1]: Определение термина 1.
[*ключ_термина_2]: Определение термина 2.
Result
Using a term in the text.
Note
Currently, using popups in code blocks is only possible if the code block does not have a language specified.

Reuse
Place the contents of the popups in a separate file under a fourth-level heading. Format the heading as an anchor.
Include the popup text by applying include. Learn more about using include.
Example file
#### {#popup-1}
Таблица
#|
|| **Заголовок таблицы** | > ||
|| Текст | Текст ||
|| Текст | Текст ||
|#
#### {#popup-2}
{% cut "Кат со списком внутри" %}
1. Пункт списка
1. Пункт списка
1. Пункт списка
{% endcut %}
Example of reuse
[*popup-1]: {% include notitle [popup_1](../_includes/popups_examples.md#popup-1) %}
[*popup-2]: {% include notitle [popup_2](../_includes/popups_examples.md#popup-2) %}
Result
First definition in the text. Second definition in the text
Definition of a term or abbreviation.
A term definition can include basic markup:
- lists;
- links;
- images, etc.
Table
|
Table header |
|
|
Text |
Text |
|
Text |
Text |
Cat with a list inside
- List item
- List item
- List item
Was the article helpful?
Previous
Next