Files
adf-codec/corpus/round-trip/commonmark-subset/code-block.md
T

7 lines
93 B
Markdown

```sql
SELECT id
FROM part
WHERE qty > 0;
-- 1. the marker a container start would claim
```