Skip to content

Commit a22c78a

Browse files
authored
vault: Add Callouts and Block Quotes.md (#996)
This was useful when manually testing the changes in #953
1 parent 82b796e commit a22c78a

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# 1 Callouts and Block Quotes
2+
3+
## 1.1 Query
4+
5+
> [!NOTE] Tasks recognised by Tasks Plugin in this file
6+
>
7+
> ```tasks
8+
> path includes Callouts and Block Quotes
9+
> group by heading
10+
> sort by description
11+
> ```
12+
13+
---
14+
15+
## 1.2 Vanilla
16+
17+
- [ ] #task Task 1 Vanilla
18+
- [ ] #task Task 2 Vanilla
19+
20+
## 1.3 Callout
21+
22+
> [!NOTE]
23+
>
24+
> - [ ] #task Task 1 Callout
25+
> - [ ] #task Task 2 Callout
26+
27+
### 1.3.1 Callout containing Blockquote
28+
29+
> [!NOTE]
30+
> >
31+
> > - [ ] #task Task 1 Callout containing Blockquote
32+
> > - [ ] #task Task 2 Callout containing Blockquote
33+
>
34+
35+
## 1.4 Blockquote
36+
37+
> - [ ] #task Task 1 Blockquote
38+
> - [ ] #task Task 2 Blockquote
39+
40+
### 1.4.1 Blockquote containing Callout
41+
42+
> > [!NOTE]
43+
> >
44+
> > - [ ] #task Task 1 Blockquote containing Callout
45+
> > - [ ] #task Task 2 Blockquote containing Callout
46+
47+
## 1.5 Numbered task in unordered list
48+
49+
- [ ] #task 1. Task 1 Numbered task in unordered list
50+
- [ ] #task 2. Task 2 Numbered task in unordered list
51+
52+
## 1.6 Not currently treated as a task by Tasks
53+
54+
x - [ ] #task wibble
55+
56+
```text
57+
- [ ] #task Task 1 Vanilla
58+
```
59+
60+
### 1.6.1 Task in numbered list
61+
62+
1. [ ] #task Task 1 Task in numbered list
63+
2. [ ] #task Task 2 Task in numbered list

0 commit comments

Comments
 (0)