Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
wiki:syntax [2025/05/15 06:36] – remove windows share link section shanes | wiki:syntax [2025/05/15 09:12] (current) – add info about ad-hoc wrap shanes | ||
---|---|---|---|
Line 352: | Line 352: | ||
Note: Vertical alignment is not supported. | Note: Vertical alignment is not supported. | ||
+ | |||
+ | |||
+ | ===== Boxes ===== | ||
+ | |||
+ | You can separate some text from the main flow of the article by putting it in a styled box: | ||
+ | <div info> | ||
+ | You can put text in boxes like this. That's useful for warnings, hints, or anything else you want to draw special attention to. | ||
+ | |||
+ | Boxes can contain multiple paragraphs, as well as most other kinds of wiki markup like links or lists. | ||
+ | </ | ||
+ | |||
+ | You do so by wrapping the content in a '' | ||
+ | < | ||
+ | <div info> | ||
+ | You can put text in boxes like this. That's useful for warnings, hints, or anything else you want to draw special attention to. | ||
+ | |||
+ | Boxes can contain multiple paragraphs, as well as most other kinds of wiki markup like links or lists. | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | |||
+ | There are six available box styles: | ||
+ | <div grid-2-columns> | ||
+ | <div info>'' | ||
+ | <div tip>'' | ||
+ | <div important>'' | ||
+ | <div alert>'' | ||
+ | <div outline>'' | ||
+ | <div box>'' | ||
+ | </ | ||
+ | |||
+ | You can also use smaller boxes with the same styles inline in a paragraph by using a '' | ||
===== No Formatting ===== | ===== No Formatting ===== |