mirror of
				https://github.com/theoludwig/markdownlint-rule-relative-links.git
				synced 2025-11-01 00:49:07 +01:00 
			
		
		
		
	fix: cleaner code + better error messages
This commit is contained in:
		@@ -43,7 +43,7 @@ With `awesome.md` content:
 | 
			
		||||
Running [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) with `markdownlint-rule-relative-links` will output:
 | 
			
		||||
 | 
			
		||||
```sh
 | 
			
		||||
awesome.md:3 relative-links Relative links should be valid [Link "./invalid.txt" should exist in the file system]
 | 
			
		||||
awesome.md:3 relative-links Relative links should be valid ["./invalid.txt" should exist in the file system]
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
### Additional features
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user