Оглавление:
Карта сайта:
Оглавление:
Карта сайта:
Это старая версия документа!
This plugin enables the HTML tags <details> and <summary>, which hide content that can be made visible by clicking on the summary text. You can use this to hide spoilers or large content.
Edit
Install the plugin using the Plugin Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.
<details> <summary>Summary Text</summary> Details Text </details>
The above text results in:
IMAGE_PLACEHOLDER
After clicking the summary, the content is visible:
IMAGE_PLACEHOLDER
Edit
<details> и заканчивается </details>. <details open>. <summary>TEXT</summary>. In short:
<details[ open]> [<summary>SUMMARY<summary>] CONTENT </details>