This commit is contained in:
Hanson.xyz Dev
2026-01-04 17:50:08 -06:00
parent 7e45ce0756
commit acc8ac87a0
4131 changed files with 232562 additions and 250244 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"$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"
}
}
}
+4
View File
@@ -0,0 +1,4 @@
.wp-block-math__textarea-control textarea{
direction:ltr;
font-family:Menlo,Consolas,monaco,monospace;
}
+1
View File
@@ -0,0 +1 @@
.wp-block-math__textarea-control textarea{direction:ltr;font-family:Menlo,Consolas,monaco,monospace}
+4
View File
@@ -0,0 +1,4 @@
.wp-block-math__textarea-control textarea{
direction:ltr;
font-family:Menlo,Consolas,monaco,monospace;
}
+1
View File
@@ -0,0 +1 @@
.wp-block-math__textarea-control textarea{direction:ltr;font-family:Menlo,Consolas,monaco,monospace}
+4
View File
@@ -0,0 +1,4 @@
.wp-block-math{
overflow-x:auto;
overflow-y:hidden;
}
+1
View File
@@ -0,0 +1 @@
.wp-block-math{overflow-x:auto;overflow-y:hidden}
+4
View File
@@ -0,0 +1,4 @@
.wp-block-math{
overflow-x:auto;
overflow-y:hidden;
}
+1
View File
@@ -0,0 +1 @@
.wp-block-math{overflow-x:auto;overflow-y:hidden}