ff0a24df创建于 2025年5月7日历史提交
{
	"plugins": [
		{
			"name": "Math",
			"className": "Math",
			"description": "Adds mathematical formulas to the editor.",
			"path": "src/math.js",
			"uiComponents": [
				{
					"name": "math",
					"type": "Button",
					"iconPath": "theme/icons/math.svg"
				}
			]
		},
		{
			"name": "AutoformatMath",
			"className": "AutoformatMath",
			"description": "Implements autoformatting with mathematical formulas.",
			"path": "src/autoformatmath.js"
		}
	]
}