You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Tasks with code blocks - code-blocks wrongly hidden
4
+
5
+
-[ ] #task Task in 'code_block_in_task' level-1-a
6
+
-[ ] #task Task in 'code_block_in_task' level-2-a
7
+
```sh
8
+
ls -la
9
+
```
10
+
- [ ] #task Task in 'code_block_in_task' level-2-b
11
+
- [ ] #task Task in 'code_block_in_task' level-1-b
12
+
```sh
13
+
ls -la
14
+
```
15
+
- [ ] #task Task in 'code_block_in_task' level-1-c
16
+
17
+
Related issues:
18
+
19
+
- #3344: [Code block in list doesn't render in Reading mode](https://github.com/obsidian-tasks-group/obsidian-tasks/issues/3344)
20
+
- #2061: [Multi-line tasks (indented lines below a task items) are not shown in Reading mode and Tasks query results](https://github.com/obsidian-tasks-group/obsidian-tasks/issues/2061)
21
+
22
+
## Non-tasks with code blocks - code blocks rendered correctly
0 commit comments