-
Notifications
You must be signed in to change notification settings - Fork 3
format leakage
Examples of incorrect code for { "format-leakage": 2 }:
=='''Foo====<s>Foo==This option can be configured to specify the severity of unclosed apostrophes in the header. See also: Help:Lint errors/unclosed-quotes-in-heading.
Examples of incorrect code for { "format-leakage": [ 0, { "apostrophe": 2 } ] }:
==''Foo==Examples of correct code for { "format-leakage": { "apostrophe": 0 } }:
==''Foo==This rule can be configured for specific formatting HTML tags by providing an object with the tag name as the key and the severity as the value. See also: Help:Lint errors/missing-end-tag-in-heading.
Examples of incorrect code for { "format-leakage": [ 0, { "i": 2 } ] }:
==<i>Foo==Examples of correct code for { "format-leakage": { "i": 0 } }:
==<i>Foo==对维基文本批量执行语法检查的命令行工具
轻量级的维基模板解析器
维基文本语言服务器协议实现
用于维基文本的 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