feat: support import markdown (#638)

* feat: support import markdown

* feat: support html import logic

* chore: add pnpm check
This commit is contained in:
Chi Zhang
2022-12-30 21:42:20 +08:00
committed by tzhangchi
parent 6c2c7dcd48
commit 9c25b304bf
4 changed files with 73 additions and 15 deletions
+1
View File
@@ -11,6 +11,7 @@
"export": "pnpm --filter @affine/app export",
"start": "pnpm --filter @affine/app start",
"lint": "pnpm --filter @affine/app lint",
"check": "pnpm lint && pnpm test",
"test": "playwright test",
"test:dc": "pnpm --filter @affine/data-services test",
"test:e2e:codegen": "npx playwright codegen http://localhost:8080",