-
Notifications
You must be signed in to change notification settings - Fork 51
/
.markdownlint.yml
44 lines (41 loc) · 947 Bytes
/
.markdownlint.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
# Breaks reusing MD snippets extracted to files
first-line-heading: false
# Set maximum line Length to 140c to match Go linting
line-length:
line_length: 140
# Allow HTML span elements to set font sizes and for shortcodes
# Allow <a id="short-heading"></a> to support [Link](#short-heading)
no-inline-html:
allowed_elements:
- a
- code
- div
- li
- p
- span
- ul
# Enforce our capitalisation rules (where they're unambiguous)
# Terms listed here should also be listed in the style guide in
# src/content/development/website/style-guide/_index.en.md
spelling:
names:
- Admiral
- ClusterSet
- Coastguard
- Flannel
- Globalnet
- HTTP
- IPsec
- iptables
# Use iptables instead of iptable, but this lints to avoid IPtable
- iptable
- kind
- Kubernetes
- Lighthouse
- OpenStack
- Shipyard
- subctl
- Submariner
- VXLAN
code_blocks: false