We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent babe4d8 commit 95c1f65Copy full SHA for 95c1f65
docs/get-started/tests/index.mdx
@@ -153,7 +153,14 @@ DITA supports multiple syntax options:
153
- Ignore blocks: `<?doc-detective test ignore start?>` and `<?doc-detective test ignore end?>`
154
155
**YAML format:**
156
-- Test comments: `<?doc-detective test\ntestId: my-test\ndetectSteps: false\n?>`
+- Test comments:
157
+
158
+ ```
159
+ <?doc-detective test
160
+ testId: my-test
161
+ detectSteps: false
162
+ ?>
163
164
- Step comments: `<?doc-detective step checkLink: "https://example.com" ?>`
165
- Test end: `<?doc-detective test end?>`
166
0 commit comments