{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "math-input-with-mathquill/direct-math-input",
	"version": "0.2.4",
	"title": "Direct math input",
	"category": "widgets",
	"icon": "calculator",
	"description": "Type math expressions directly into your page with MathQuill/LaTeX.",
	"supports": {
		"html": true
	},
	"keywords": ["math", "MathQuill", "LaTeX", "formula", "equation", "typesetting", "MathML"],
	"textdomain": "direct-math-input",
	"editorScript": "file:./index.js",
	"script": "file:./display.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"attributes": {
    "latex": {
        "type": "string",
        "source": "text",
        "selector": "code.latex-content",
        "default": "\\[\\]"
    }
	}
}