Read the leaf blocks, ahead of any inline parsing
CI / gate (push) Successful in 5s

This commit is contained in:
2026-08-27 23:23:29 +02:00
parent 90632c6711
commit 5fc4272155
19 changed files with 681 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
malformed-directive
+1
View File
@@ -0,0 +1 @@
:::
+1
View File
@@ -0,0 +1 @@
unmappable-html
+1
View File
@@ -0,0 +1 @@
<!-- Draft: the collation note -->
+1
View File
@@ -0,0 +1 @@
malformed-pipe-table
+1
View File
@@ -0,0 +1 @@
| Part | Qty |
+15
View File
@@ -0,0 +1,15 @@
{
"content": [
{
"content": [
{
"text": "SELECT id\nFROM part",
"type": "text"
}
],
"type": "codeBlock"
}
],
"type": "doc",
"version": 1
}
+2
View File
@@ -0,0 +1,2 @@
SELECT id
FROM part
+30
View File
@@ -0,0 +1,30 @@
{
"content": [
{
"attrs": {
"level": 1
},
"content": [
{
"text": "Assembly",
"type": "text"
}
],
"type": "heading"
},
{
"attrs": {
"level": 2
},
"content": [
{
"text": "Parts",
"type": "text"
}
],
"type": "heading"
}
],
"type": "doc",
"version": 1
}
+5
View File
@@ -0,0 +1,5 @@
Assembly
========
Parts
-----