We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 518595d commit c5f7d8bCopy full SHA for c5f7d8b
1 file changed
src/pages/test/multiple-errors.md
@@ -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