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.
@workloads/github-files
1 parent 586a171 commit de2e754Copy full SHA for de2e754
1 file changed
.markdown-lint.yml
@@ -0,0 +1,22 @@
1
+# This is a Terraform-managed file; manual changes will be overwritten.
2
+# see https://github.com/workloads/github-organization/blob/main/templates/.markdown-lint.yml
3
+
4
+---
5
6
+default: true
7
8
+# see https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md004---unordered-list-style
9
+MD004:
10
+ style: "asterisk"
11
12
+# see https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md013---line-length
13
+MD013:
14
+ # account for very long lines inside code blocks (e.g.: lines generated by `terraform-docs`)
15
+ line_length: 600
16
17
18
+MD033:
19
+ # Allowed elements
20
+ allowed_elements:
21
+ - br
22
+ - pre
0 commit comments