====== toggle text ====== **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 ++romaji | with some of it only shown when you unfold it++. 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}} ++++ 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 | ''%%%%'' tag | ''%%
%%'' tag | | Can contain formatting | ✅ yes | ✅ yes | | Can contain block elements((like tables, lists, new paragraphs, included files, etc.)) | ❌ no | ✅ yes | | Can be used within a paragraph, table, list, etc. | ✅ yes | ❌ no | >