Skip to content

Commit b5c16e6

Browse files
committed
resolved markdown lint issues
1 parent 0edc430 commit b5c16e6

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/setup/configuration.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ taskfile-help -v
105105

106106
Shows search directories being used:
107107

108-
```
108+
```text
109109
Searching in directories:
110110
/home/user/project
111111
/home/user/shared
@@ -219,21 +219,25 @@ taskfile-help respects standard terminal behavior:
219219
When searching for Taskfiles:
220220

221221
1. **Absolute paths**: Used as-is
222+
222223
```bash
223224
taskfile-help -s /opt/tasks
224225
```
225226

226227
2. **Relative paths**: Resolved from current working directory
228+
227229
```bash
228230
taskfile-help -s ../other-project
229231
```
230232

231233
3. **Home directory**: Tilde expansion supported
234+
232235
```bash
233236
taskfile-help -s ~/my-tasks
234237
```
235238

236239
4. **Multiple paths**: First match wins
240+
237241
```bash
238242
taskfile-help -s ./local:../shared:/opt/global
239243
```

docs/setup/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ tasks:
6666
6767
The output will be automatically grouped:
6868
69-
```
69+
```text
7070
=== Build ===
7171
build Build the project
7272
compile Compile sources

0 commit comments

Comments
 (0)