invalid url - bhsd-harry/wikiparser-node GitHub Wiki

⚠️ By default, this rule reports invalid URLs as warnings.

Examples

Examples of incorrect code for { "invalid-url": 2 }:

http://%20example.com
[//example%7C.com]

```wikitext
![link=http://example%5B.com](https://raw.githubusercontent.com/wiki/bhsd-harry/wikiparser-nodeFile:example.jpg)

Examples of correct code for { "invalid-url": 2 }:

[{{server}}/Foo]

```wikitext
![link={{fullurl:Example}}](https://raw.githubusercontent.com/wiki/bhsd-harry/wikiparser-nodeFile:example.jpg)