| 
									
										
										
										
											2020-05-07 19:42:14 +08:00
										 |  |  | # markdownlint style rules for OpenSSL | 
					
						
							|  |  |  | # See https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | all | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Use --- and === for H1 and H2. | 
					
						
							|  |  |  | rule 'MD003', :style => :setext_with_atx | 
					
						
							| 
									
										
										
										
											2022-03-21 23:23:09 +08:00
										 |  |  | # Code blocks may be fenced or indented, both are OK... | 
					
						
							|  |  |  | # but they must be consistent throughout each file. | 
					
						
							|  |  |  | rule 'MD046', :style => :consistent | 
					
						
							| 
									
										
										
										
											2020-05-07 19:42:14 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | # Bug in mdl, https://github.com/markdownlint/markdownlint/issues/313 | 
					
						
							|  |  |  | exclude_rule 'MD007' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-10-16 22:50:30 +08:00
										 |  |  | # Not possible to line-break tables (:tables => false) | 
					
						
							|  |  |  | # Not possible to line-break headers (currently cannot be selectively exempted) | 
					
						
							|  |  |  | exclude_rule 'MD013' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-05-07 19:42:14 +08:00
										 |  |  | exclude_rule 'MD004' # Unordered list style TODO(fix?) | 
					
						
							|  |  |  | exclude_rule 'MD005' # Inconsistent indentation for list items at the same level | 
					
						
							|  |  |  | exclude_rule 'MD006' # Consider starting bulleted lists at the beginning of the line | 
					
						
							|  |  |  | exclude_rule 'MD014' # Dollar signs used before commands without showing output | 
					
						
							| 
									
										
										
										
											2020-06-11 17:28:02 +08:00
										 |  |  | exclude_rule 'MD023' # Headers must start at the beginning of the line | 
					
						
							| 
									
										
										
										
											2020-05-07 19:42:14 +08:00
										 |  |  | exclude_rule 'MD024' # Multiple headers with the same content | 
					
						
							|  |  |  | exclude_rule 'MD025' # Multiple top level headers in the same document | 
					
						
							| 
									
										
										
										
											2020-06-11 17:28:02 +08:00
										 |  |  | exclude_rule 'MD026' # Trailing punctuation in header | 
					
						
							| 
									
										
										
										
											2020-05-07 19:42:14 +08:00
										 |  |  | exclude_rule 'MD029' # Ordered list item prefix | 
					
						
							| 
									
										
										
										
											2022-05-12 15:21:15 +08:00
										 |  |  | exclude_rule 'MD030' # Spaces after list markers (default: 1!) | 
					
						
							| 
									
										
										
										
											2022-10-20 14:37:01 +08:00
										 |  |  | exclude_rule 'MD033' # Allow inline HTML (complex tables are impossible without it) |