-
Notifications
You must be signed in to change notification settings - Fork 3
var anchor
Examples of correct code for { "var-anchor": 2 }:
==[//example.com Example]==This option can be configured to specify the severity of anchors containing auto-numbered external links.
Examples of incorrect code for { "var-anchor": [ 0, { "extLink": 2 } ] }:
==[//example.com]==Examples of correct code for { "var-anchor": { "extLink": 0 } }:
==[//example.com]==This option can be configured to specify the severity of anchors containing <ref>.
Examples of incorrect code for { "var-anchor": [ 0, { "ref": 2 } ] }:
==<ref>Foo</ref>====<ref name=Foo/>==Examples of correct code for { "var-anchor": { "ref": 0 } }:
==<ref>Foo</ref>====<ref name=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