-
Notifications
You must be signed in to change notification settings - Fork 3
unterminated url
| or full-width punctuations as warnings.
Examples of correct code for { "unterminated-url": 2 }:
[//example.com。]https://example.com|ExampleThis option can be configured to specify the severity of URLs containing |.
Examples of incorrect code for { "unterminated-url": [ 0, { "pipe": 2 } ] }:
[//example.com|Example]Examples of correct code for { "unterminated-url": { "pipe": 0 } }:
[//example.com|Example]This option can be configured to specify the severity of URLs containing full-width punctuations.
Examples of incorrect code for { "unterminated-url": [ 0, { "punctuation": 2 } ] }:
https://example.com。Examples of correct code for { "unterminated-url": { "punctuation": 0 } }:
https://example.com。对维基文本批量执行语法检查的命令行工具
轻量级的维基模板解析器
维基文本语言服务器协议实现
用于维基文本的 VS Code 扩展
A command-line tool that performs linting on Wikitext in bulk
A lightweight Wikitext template parser
An implementation of the Language Server Protocol for Wikitext
VS Code extension for Wikitext