-
Notifications
You must be signed in to change notification settings - Fork 3
invalid math
Bhsd edited this page Oct 18, 2025
·
1 revision
❌ By default, this rule reports syntax errors in <math>, <chem> and <ce> tags using texvcjs. This rule is unavailable in the browser version of the package.
Examples of incorrect code for { "invalid-math": 2 }:
<math>a × b</math><math>#</math><math>\vec{a</math><math>\frac{a}</math><math>\begin{matrix} a</math><math>\begin{x}\end{x}</math><math>\x</math><math>\ce{H}</math>Examples of correct code for { "invalid-math": 2 }:
<math>\vec a</math><math chem>\ce{H}</math><chem>\mathit{A} ->[\ce{H}] \mathit{B}</chem>对维基文本批量执行语法检查的命令行工具
轻量级的维基模板解析器
维基文本语言服务器协议实现
用于维基文本的 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