Commit 7be7e17
committed
chore: add markdownlint config to disable overly strict rules
- Disable MD013 (line length) - not useful for documentation
- Disable MD033 (inline HTML) - sometimes needed
- Disable MD036 (emphasis as heading) - false positives
- Disable MD040 (fenced code language) - not always applicable
- Disable MD060 (table column style) - too pedantic about spacing1 parent 02d38dc commit 7be7e17
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments