Answer the stability review: a code or HTML block swallows the marker line too
CI / gate (push) Successful in 4s
CI / gate (push) Successful in 4s
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
},
|
||||
"content": [
|
||||
{
|
||||
"text": "SELECT id\nFROM part\nWHERE qty > 0;",
|
||||
"text": "SELECT id\nFROM part\nWHERE qty > 0;\n-- 1. the marker a container start would claim",
|
||||
"type": "text"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -2,4 +2,5 @@
|
||||
SELECT id
|
||||
FROM part
|
||||
WHERE qty > 0;
|
||||
-- 1. the marker a container start would claim
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user