We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b985d84 commit 537e1c7Copy full SHA for 537e1c7
.remarkrc.yaml
@@ -0,0 +1,9 @@
1
+plugins:
2
+ preset-lint-consistent:
3
+ preset-lint-markdown-style-guide:
4
+ preset-lint-recommended:
5
+ validate-links:
6
+ # Customized settings
7
+ lint-list-item-indent: mixed
8
+ lint-maximum-line-length: 100
9
+ lint-emphasis-marker: '_'
docker/.remarkrc.yaml
@@ -0,0 +1,11 @@
+
+ # Docker Hub is not able to unwrap lines
10
+ lint-maximum-line-length: false
11
0 commit comments