Commit 28b8a19
committed
feat(quote): add multi-level quote support with depth handling
- Implement nested quote blocks with depth levels (1-5)
- Combine sequential quotes with same depth into single block
- Add depth adjustment via keyboard shortcuts
- Improve quote styling with minimal visual indicators
- Update markdown parsing/serialization for depth support1 parent 4fb4a45 commit 28b8a19
File tree
3 files changed
+280
-88
lines changed- components/editor
- core
- plugins/built-in
- utils
3 files changed
+280
-88
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
| 252 | + | |
| 253 | + | |
252 | 254 | | |
253 | 255 | | |
254 | 256 | | |
255 | | - | |
| 257 | + | |
| 258 | + | |
256 | 259 | | |
257 | 260 | | |
258 | 261 | | |
| |||
0 commit comments