Skip to content

Commit 95c1f65

Browse files
committed
fix
1 parent babe4d8 commit 95c1f65

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/get-started/tests/index.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,14 @@ DITA supports multiple syntax options:
153153
- Ignore blocks: `<?doc-detective test ignore start?>` and `<?doc-detective test ignore end?>`
154154

155155
**YAML format:**
156-
- Test comments: `<?doc-detective test\ntestId: my-test\ndetectSteps: false\n?>`
156+
- Test comments:
157+
158+
```
159+
<?doc-detective test
160+
testId: my-test
161+
detectSteps: false
162+
?>
163+
```
157164
- Step comments: `<?doc-detective step checkLink: "https://example.com" ?>`
158165
- Test end: `<?doc-detective test end?>`
159166
- Ignore blocks: `<?doc-detective test ignore start?>` and `<?doc-detective test ignore end?>`

0 commit comments

Comments
 (0)