Skip to content

Commit c5f7d8b

Browse files
author
yuxuanj
committed
DEVSITE-2313 test
1 parent 518595d commit c5f7d8b

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

src/pages/test/multiple-errors.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Multiple Errors Test
3+
description: Test that all errors in a single file are reported at once
4+
---
5+
6+
# Multiple Errors Test
7+
8+
This file intentionally has multiple lint errors from different rules.
9+
All errors below should be reported in a single lint run.
10+
11+
## Error 1: Unescaped angle bracket in table
12+
13+
| **Parameter** | **Description** |
14+
| --- | --- |
15+
| <Customer's country> | The country code |
16+
17+
## Error 2: Internal link without .md extension
18+
19+
- [Link without extension](../blocks/accordion/)
20+
21+
## Error 3: Thematic break not supported
22+
23+
---

0 commit comments

Comments
 (0)