mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
* api docs * more docstrings * logs * docs shakeup * fix notes, added intro to all apis * Remove defaults to * add note to events * note * use fira code
6 lines
275 B
HTML
6 lines
275 B
HTML
{{ log.debug("Rendering admonition") }}
|
|
<details class="{{ section.value.kind }}" open>
|
|
<summary>{{ section.title|convert_markdown(heading_level, html_id, strip_paragraph=True) }}</summary>
|
|
{{ section.value.contents|convert_markdown(heading_level, html_id) }}
|
|
</details>
|