Skip to content

Commit 98f1699

Browse files
committed
highlighting with metadata string
1 parent 78b7935 commit 98f1699

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/get-started/actions/checkLink.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,17 +135,15 @@ To fix this issue, follow these steps:
135135

136136
2. Modify your test configuration to include a `setVariables` action:
137137

138-
```json title="bad-certificate.json"
138+
```json title="bad-certificate.json" {5-8}
139139
{
140140
"tests": [
141141
{
142142
"steps": [
143-
<!-- highlight-start -->
144143
{
145144
"action": "setVariables",
146145
"path": "ignore-certificate-problems.env"
147146
},
148-
<!-- highlight-end -->
149147
{
150148
"description": "Check self-signed.badssl.com",
151149
"action": "checkLink",

0 commit comments

Comments
 (0)