Answer the architecture review: one table for the HTML block start, and one code-span reader
CI / gate (push) Successful in 5s

This commit is contained in:
2026-08-30 22:04:41 +02:00
parent 3ff1278b71
commit 45beb0ea31
11 changed files with 130 additions and 84 deletions
@@ -44,6 +44,24 @@
}
],
"type": "paragraph"
},
{
"content": [
{
"text": "<div opens no HTML block",
"type": "text"
}
],
"type": "paragraph"
},
{
"content": [
{
"text": "<?php opens none either",
"type": "text"
}
],
"type": "paragraph"
}
],
"type": "doc",
@@ -7,3 +7,7 @@
snake_case_name
\*not emphasis\*
\<div opens no HTML block
\<?php opens none either