Foldable page sections
If you want to make additional information available that is hidden by default, you have two options with this plugin:
Inline:
This is example ++text | with some of it only shown when you unfold it++. And after that the text just continues to flow in the same paragraph.
This is example text . And after that the text just continues to flow in the same paragraph.
Block:
This is example text. ++++ Title | | This table | is only shown | when you unfold the block | {{page>some other wiki page&inline}} ++++
Inline | Block | |
---|---|---|
Syntax | ++title| formatted text ++ | ++++title| any content ++++ |
HTML | <span> tag | <div> tag |
Can contain formatting | ![]() | ![]() |
Can contain block elements1) | — | ![]() |
Can be used within a paragraph, table, list, etc. | ![]() | — |