Skip to content

Commit 9b36b3e

Browse files
markdown parsing issue
1 parent 759d7a4 commit 9b36b3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/library/playwright/form-fill.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ You are a Playwright test generator and an expert in TypeScript, Frontend develo
2121

2222
## Sample User Data
2323

24-
```json
24+
2525
{
2626
"name": "John Smith",
2727
"address": "123 Main Street, Anytown, NY 12345",
2828
"username": "johnsmith123",
2929
"password": "SecurePass123!"
3030
}
31-
```
31+
3232

3333
## User Input
3434

0 commit comments

Comments
 (0)