feat: parse nested tabular arrays in list items with bare hyphen (spec v2.1)

This commit is contained in:
Johann Schopplich
2025-11-24 08:42:30 +01:00
parent 3389179979
commit 327bddae55
13 changed files with 739 additions and 693 deletions

View File

@@ -3,7 +3,7 @@
"type": "module",
"version": "1.3.0",
"private": true,
"packageManager": "pnpm@10.21.0",
"packageManager": "pnpm@10.23.0",
"scripts": {
"build": "pnpm -r --filter=./packages/** run build",
"automd": "automd",
@@ -18,13 +18,13 @@
},
"devDependencies": {
"@antfu/eslint-config": "^6.2.0",
"@types/node": "^24.10.0",
"@types/node": "^24.10.1",
"automd": "^0.4.2",
"bumpp": "^10.3.1",
"eslint": "^9.39.1",
"tsdown": "^0.16.2",
"tsdown": "^0.16.6",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"vitest": "^4.0.8"
"vitest": "^4.0.13"
}
}