Skip to content

Commit 37a4567

Browse files
fix: rich text inside bullet list wrapping fix
1 parent f1c5c23 commit 37a4567

File tree

8 files changed

+277
-1022
lines changed

8 files changed

+277
-1022
lines changed

typescript/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,15 +254,15 @@ MIT
254254
- [x] table
255255
- [ ] todo?
256256
- [x] equation
257-
- [ ] image
257+
- [x] image
258258
- [x] blockquote
259259
- [] fix ts and eslint errors in these dirs and remove from ignore list of ts and eslint
260260
```
261261
"**/generated/**",
262262
"src/serialization/**",
263263
```
264264
- [x] add counter for numbered lists
265-
- [] setup up bumpp: https://www.npmjs.com/package/bumpp
265+
- [x] setup up bumpp: https://www.npmjs.com/package/bumpp
266266
- [] migrate test runner to vitest
267-
- [] move vite app to typescript root examples dir
267+
- [x] move vite app to typescript root examples dir
268268
- [] setup monorepo tooling

typescript/examples/vite_basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"version": "0.0.0",
55
"type": "module",
66
"scripts": {
7-
"dev": "vite",
7+
"dev": "vite --clearScreen false",
88
"build": "tsc -b && vite build",
99
"lint": "eslint .",
1010
"preview": "vite preview",
1111
"preinstall": "npx only-allow pnpm"
1212
},
1313
"dependencies": {
14-
"@textcortex/jsondoc": "0.2.0-alpha.1",
14+
"@textcortex/jsondoc": "link:/Users/abrehamgezahegn/Documents/projects/textcortex/JSON-DOC/typescript",
1515
"react": "^19.1.0",
1616
"react-dom": "^19.1.0"
1717
},

typescript/examples/vite_basic/pnpm-lock.yaml

Lines changed: 2 additions & 757 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)