**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 |
++++
| Inline | Block | |
|---|---|---|
| Syntax | ++title| formatted text ++ | ++++title| any content ++++ |
| HTML | <span> tag | <div> tag |
| Can contain formatting | ✅ yes | ✅ yes |
| Can contain block elements1) | ❌ no | ✅ yes |
| Can be used within a paragraph, table, list, etc. | ✅ yes | ❌ no |