Skip to content

Commit 9582fc3

Browse files
author
ShayBC
committed
closed <br/> tags
1 parent f0ea5fb commit 9582fc3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/advanced-usage/sub-tasks.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Instead of listing tasks in the prompt, you can:
5656
Loop through all task files in the folder `tasks` and execute each task using the `new_task` tool.
5757
```
5858

59-
<br>
59+
<br/>
6060

6161
## Persistent Execution with Review and Approval
6262

@@ -67,11 +67,11 @@ At this point you can review the task, make sure it went as planned, write furth
6767

6868
![enable / disable end sub-task checkbox in the Auto-Approval panel](../../static/img/sub-task/sub-task-auto-approve.png)
6969

70-
<br>
70+
<br/>
7171

7272
Beside controlling the end sub-task (and return control to parent / calling task) from the 'Auto-Approve' panel, you can setup this checkbox from withing the Roo Code Settings panel, use the gear icon from the top right corner of the extension panel and scroll down to the 'Auto Approve' section.
7373

74-
<br>
74+
<br/>
7575

7676
![enable / disable end sub-task checkbox in the Auto-Approval panel](../../static/img/sub-task/sub-task-settings-always-approve.png)
7777

@@ -93,7 +93,7 @@ each sub-task should be created using `new_task` tool,
9393
- **Nested Sub-task 2.1** (Run Jest test and return results).
9494
```
9595

96-
<br>
96+
<br/>
9797

9898
```mermaid
9999
graph TD
@@ -105,9 +105,9 @@ graph TD
105105
```
106106

107107
---
108-
<br>
109-
<br>
110-
<br>
108+
<br/>
109+
<br/>
110+
<br/>
111111

112112
## 📝 Side note:
113113

0 commit comments

Comments
 (0)