Files
typewriter/editor
Julien Calixte b5c0c90dcc feat(editor): continue blockquote markers on Enter
Enter at the end of a `> ` line now starts the next line with `> `,
mirroring list continuation. Nested `> > ` keeps its depth, and Enter on
an empty quote drops the marker to exit. Generalises `list_marker` to
`continuation_marker`.
2026-07-14 13:17:36 +02:00
..