Skip to content

Commit 2e18fc8

Browse files
committed
docs: Style the 'Short mode' example same as 'Full mode'
By putting some 'Short mode' detail inside a callout, it is easier to see the pattern of layout in both Full and Short mode samples.
1 parent dfc121a commit 2e18fc8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/Advanced/Styling.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,13 @@ To help visualise the structure above, below is the HTML for a sample Tasks sear
8686

8787
Below is the same Tasks search in [[Layout#Short Mode|short mode]].
8888

89-
The differences from full mode are:
90-
91-
- the `ul` has an extra class `tasks-layout-short-mode`,
92-
- any text values after Tasks emoji are omitted,
93-
- the backlink is shorter and has an extra class `internal-link-short-mode`,
94-
- the postpone button has an extra class `tasks-postpone-short-mode`.
89+
> [!Note]
90+
> The differences from Full mode are:
91+
>
92+
> - the `ul` has an extra class `tasks-layout-short-mode`,
93+
> - any text values after Tasks emoji are omitted,
94+
> - the backlink is shorter and has an extra class `internal-link-short-mode`,
95+
> - the postpone button has an extra class `tasks-postpone-short-mode`.
9596
9697
> [!example]- Sample HTML: Short mode
9798
> ![[Sample HTML - Short mode]]

0 commit comments

Comments
 (0)