File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Expand file tree Collapse file tree 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
314314
315315cdk.out 
316316#  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 7373  tables : false 
7474  #  Include headings
7575  headings : true 
76-   #  Include headings
77-   headers : true 
7876  #  Strict length checking
7977  strict : false 
8078  #  Stern length checking
@@ -107,8 +105,6 @@ MD023: true
107105
108106#  MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content
109107MD024 :
110-   #  Only check sibling headings
111-   allow_different_nesting : false 
112108  #  Only check sibling headings
113109  siblings_only : false 
114110
@@ -182,7 +178,7 @@ MD038: false
182178MD039 : true 
183179
184180#  MD040/fenced-code-language - Fenced code blocks should have a language specified
185- MD040 : false 
181+ MD040 : true 
186182
187183#  MD041/first-line-heading/first-line-h1 - First line in a file should be a top-level heading
188184MD041 :
Original file line number Diff line number Diff line change @@ -587,13 +587,10 @@ stateDiagram-v2
587587    direction LR 
588588    Parent: Logger() 
589589    Child: Logger(child=True) 
590- 
591590    Parent --> Child: bi-directional updates 
592- 
593591    Note right of Child 
594592        Both have the same service 
595593    end note 
596- 
597594``` 
598595</center >
599596
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments