mirror of
				https://github.com/theoludwig/markdownlint-rule-relative-links.git
				synced 2025-11-01 00:49:07 +01:00 
			
		
		
		
	@@ -4,7 +4,9 @@ const config = {
 | 
			
		||||
  config: {
 | 
			
		||||
    extends: "markdownlint/style/prettier",
 | 
			
		||||
    default: true,
 | 
			
		||||
    "relative-links": true,
 | 
			
		||||
    "relative-links": {
 | 
			
		||||
      root_path: ".",
 | 
			
		||||
    },
 | 
			
		||||
    "no-inline-html": false,
 | 
			
		||||
  },
 | 
			
		||||
  globs: ["**/*.md"],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user