File tree 3 files changed +2
-10
lines changed
3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -314,5 +314,4 @@ examples/**/sam/.aws-sam
314
314
315
315
cdk.out
316
316
# NOTE: different accounts will be used for E2E thus creating unnecessary git clutter
317
- cdk.context.json
318
- bla.py
317
+ cdk.context.json
Original file line number Diff line number Diff line change 73
73
tables : false
74
74
# Include headings
75
75
headings : true
76
- # Include headings
77
- headers : true
78
76
# Strict length checking
79
77
strict : false
80
78
# Stern length checking
@@ -107,8 +105,6 @@ MD023: true
107
105
108
106
# MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content
109
107
MD024 :
110
- # Only check sibling headings
111
- allow_different_nesting : false
112
108
# Only check sibling headings
113
109
siblings_only : false
114
110
@@ -182,7 +178,7 @@ MD038: false
182
178
MD039 : true
183
179
184
180
# MD040/fenced-code-language - Fenced code blocks should have a language specified
185
- MD040 : false
181
+ MD040 : true
186
182
187
183
# MD041/first-line-heading/first-line-h1 - First line in a file should be a top-level heading
188
184
MD041 :
Original file line number Diff line number Diff line change @@ -587,13 +587,10 @@ stateDiagram-v2
587
587
direction LR
588
588
Parent: Logger()
589
589
Child: Logger(child=True)
590
-
591
590
Parent --> Child: bi-directional updates
592
-
593
591
Note right of Child
594
592
Both have the same service
595
593
end note
596
-
597
594
```
598
595
</center >
599
596
You can’t perform that action at this time.
0 commit comments