at path:
ROOT
/
wp-includes
/
blocks
/
math
/
block.json
run:
R
W
Run
block.json
487 By
2025-12-03 06:22:56
R
W
Run
Delete
Rename
editor-rtl.css
108 By
2025-12-03 06:22:56
R
W
Run
Delete
Rename
editor-rtl.min.css
100 By
2025-12-03 06:22:56
R
W
Run
Delete
Rename
editor.css
108 By
2025-12-03 06:22:56
R
W
Run
Delete
Rename
editor.min.css
100 By
2025-12-03 06:22:56
R
W
Run
Delete
Rename
style-rtl.css
57 By
2025-12-03 06:22:56
R
W
Run
Delete
Rename
style-rtl.min.css
49 By
2025-12-03 06:22:56
R
W
Run
Delete
Rename
style.css
57 By
2025-12-03 06:22:56
R
W
Run
Delete
Rename
style.min.css
49 By
2025-12-03 06:22:56
R
W
Run
Delete
Rename
error_log
up
📄
block.json
Save
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/math", "title": "Math", "category": "text", "description": "Display mathematical notation using LaTeX.", "keywords": [ "equation", "formula", "latex", "mathematics" ], "textdomain": "default", "supports": { "html": false }, "attributes": { "latex": { "type": "string", "role": "content" }, "mathML": { "type": "string", "source": "html", "selector": "math" } } }